mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
ci(nix): disable sandbox in nix-non-x86 workflow
otherwise the mockito tests fail, because it cannot bind to 127.0.0.1 0 - Updated `nix build` command to include `--no-sandbox` flag.
This commit is contained in:
parent
bb9c5b195e
commit
7c133c4e4b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nix-non-x86.yml
vendored
2
.github/workflows/nix-non-x86.yml
vendored
|
@ -34,5 +34,5 @@ jobs:
|
|||
# FIXME: this prevents it from running on macos
|
||||
# https://github.com/NixOS/nix/pull/12570
|
||||
# run: nix run github:nixos/nixpkgs/nixos-24.11#nixci -- build
|
||||
run: nix build -L .#teepot
|
||||
run: nix build -L .#teepot --no-sandbox
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue