##// END OF EJS Templates
nix: added custom build to allow turning off the sandbox
marcink -
r973:229d24eb python3
parent child Browse files
Show More
@@ -1,5 +1,5 b''
1 1
2 .PHONY: clean test test-clean test-only generate-pkgs pip-packages
2 .PHONY: clean test test-clean test-only generate-pkgs pip-packages build-nix
3 3
4 4 # set by: PATH_TO_OUTDATED_PACKAGES=/some/path/outdated_packages.py
5 5 OUTDATED_PACKAGES = ${PATH_TO_OUTDATED_PACKAGES}
@@ -27,3 +27,6 b' generate-pkgs:'
27 27
28 28 pip-packages:
29 29 python ${OUTDATED_PACKAGES}
30
31 build-nix:
32 nix-build --show-trace --option sandbox false --option max-jobs 4 --option cores 4
General Comments 0
You need to be logged in to leave comments. Login now