1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

Merge remote-tracking branch 'origin/master' into staging

This commit is contained in:
Efraim Flashner 2020-09-05 21:56:34 +03:00
commit de3c03a471
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351
424 changed files with 70881 additions and 9809 deletions

View file

@ -9972,6 +9972,7 @@ annotations.")
(arguments
`(#:build-target "jarall"
#:test-target "junit-tests-all"
#:make-flags (list "-DDATE" "(no date for reproducibility)")
#:phases
(modify-phases %standard-phases
(add-before 'install 'fix-pom
@ -11901,6 +11902,7 @@ inside a Zip archive.")
(build-system ant-build-system)
(arguments
`(#:build-target "package"
#:make-flags (list "-DDATE" "(no recorded date for reproducibility)")
#:tests? #f; tests are run as part of the build process
#:phases
(modify-phases %standard-phases