mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-16 14:39:23 +03:00
ci/eval: make eval for non-native platforms less incorrect (#378922)
This commit is contained in:
commit
dfa7783c7d
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ let
|
||||||
set +e
|
set +e
|
||||||
command time -f "Chunk $myChunk on $system done [%MKB max resident, %Es elapsed] %C" \
|
command time -f "Chunk $myChunk on $system done [%MKB max resident, %Es elapsed] %C" \
|
||||||
nix-env -f "${nixpkgs}/pkgs/top-level/release-attrpaths-parallel.nix" \
|
nix-env -f "${nixpkgs}/pkgs/top-level/release-attrpaths-parallel.nix" \
|
||||||
|
--eval-system "$system" \
|
||||||
--option restrict-eval true \
|
--option restrict-eval true \
|
||||||
--option allow-import-from-derivation false \
|
--option allow-import-from-derivation false \
|
||||||
--query --available \
|
--query --available \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue