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:
Harald Hoyer 2025-05-28 13:31:15 +02:00
parent bb9c5b195e
commit 7c133c4e4b
Signed by: harald
GPG key ID: F519A1143B3FBE32

View file

@ -34,5 +34,5 @@ jobs:
# FIXME: this prevents it from running on macos # FIXME: this prevents it from running on macos
# https://github.com/NixOS/nix/pull/12570 # https://github.com/NixOS/nix/pull/12570
# run: nix run github:nixos/nixpkgs/nixos-24.11#nixci -- build # run: nix run github:nixos/nixpkgs/nixos-24.11#nixci -- build
run: nix build -L .#teepot run: nix build -L .#teepot --no-sandbox