##// END OF EJS Templates
nix: added custom build to allow turning off the sandbox
marcink -
r4759:53320c4a python3
parent child Browse files
Show More
@@ -1,5 +1,5 b''
1
1
2 .PHONY: clean docs docs-clean docs-cleanup test test-clean test-only test-only-postgres test-only-mysql web-build generate-pkgs pip-packages
2 .PHONY: clean docs docs-clean docs-cleanup test test-clean test-only test-only-postgres test-only-mysql web-build generate-pkgs pip-packages build-nix
3
3
4 NODE_PATH=./node_modules
4 NODE_PATH=./node_modules
5 WEBPACK=./node_binaries/webpack
5 WEBPACK=./node_binaries/webpack
@@ -66,4 +66,7 b' generate-js-pkgs:'
66
66
67 generate-license-meta:
67 generate-license-meta:
68 nix-build pkgs/license-generate.nix -o result-license && \
68 nix-build pkgs/license-generate.nix -o result-license && \
69 cat result-license/licenses.json | python -m json.tool > rhodecode/config/licenses.json No newline at end of file
69 cat result-license/licenses.json | python -m json.tool > rhodecode/config/licenses.json
70
71 build-nix:
72 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