aboutsummaryrefslogtreecommitdiff
path: root/nix/libstore/pathlocks.cc
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-05-15 00:15:25 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-05-15 13:09:10 +0200
commit7b82e1cdbed4c3a44ecbb99f754580a9e6a1b0ae (patch)
tree656564a472a3315aa23a6fc059eee9b02dd896e0 /nix/libstore/pathlocks.cc
parent62d46ad6131b45b07e949808304e5cf15515516e (diff)
downloadguix-7b82e1cdbed4c3a44ecbb99f754580a9e6a1b0ae.tar.gz
guix-7b82e1cdbed4c3a44ecbb99f754580a9e6a1b0ae.zip
gnu: openjdk11: Build in parallel.
* gnu/packages/java.scm (openjdk11)[arguments]: Remove #:parallel-build?, #:parallel-tests?, and #:make-flags options; add "write-source-revision-file"; replace "build" phase; do not set GUIX_LD_WRAPPER_ALLOW_IMPURITIES; pass JOBS variable to make in "build" and "build-jre" phases.
Diffstat (limited to 'nix/libstore/pathlocks.cc')
0 files changed, 0 insertions, 0 deletions
ass='msg-tooltip'>Fixes <https://issues.guix.gnu.org/58084>. Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>. Previously, "sanity checks" and other operations would happen in a context where '%current-system' has its default value. Thus, running 'guix deploy' on x86_64-linux machine for an aarch64-linux one would lead things like '%base-initrd-modules' to see "x86_64-linux" as the '%current-system' value, in turn making the wrong choices. * gnu/machine/ssh.scm (check-deployment-sanity)[assertions]: Wrap in 'parameterize'. (deploy-managed-host): Likewise for the 'mlet' body. Ludovic Courtès 2022-09-04Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN....* gnu/machine/digital-ocean.scm (maybe-raise-missing-api-key-error): Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Matthew James Kraai