Skip to content

Commit

Permalink
[Chore] Allow unfree for vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
krendelhoff2 committed Oct 19, 2024
1 parent c52167c commit a5d2c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/hooks/pre-exit
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

if [[ "$BUILDKITE_STEP_KEY" == "test-systemd-services" ]]; then
cd tests/systemd
nix shell ../..#legacyPackages.x86_64-linux.vagrant -c vagrant --packages-directory=../../out destroy --force
NIXPKGS_ALLOW_UNFREE=1 nix shell --impure ../..#legacyPackages.x86_64-linux.vagrant -c vagrant --packages-directory=../../out destroy --force
fi
2 changes: 1 addition & 1 deletion .buildkite/pipeline-raw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ steps:
commands:
- buildkite-agent artifact download "out/*~focal_amd64.deb" . --step build-static-deb
- cd tests/systemd
- nix shell ../..#legacyPackages.x86_64-linux.vagrant ../..#legacyPackages.x86_64-linux.curl -c vagrant --packages-directory=../../out up --provider=libvirt
- NIXPKGS_ALLOW_UNFREE=1 nix shell --impure ../..#legacyPackages.x86_64-linux.vagrant ../..#legacyPackages.x86_64-linux.curl -c vagrant --packages-directory=../../out up --provider=libvirt
retry:
automatic:
limit: 3
Expand Down

0 comments on commit a5d2c1b

Please sign in to comment.