gnu: sablevm: Do not change GC, just disable stripping.

* gnu/packages/java.scm (sablevm)[arguments]: Disable stripping; do not play
with GC settings as they have no reliable effect on build success.
master
Ricardo Wurmus 2018-03-25 00:14:30 +01:00
parent f15e2ee4e8
commit 4d4a5698ec
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -167,9 +167,9 @@ This package provides the classpath library.")
(build-system gnu-build-system)
(arguments
`(#:configure-flags
(list "--with-gc=gencopy" ; this seems to prevent a segfault
"--with-internal-libffi=no"
(list "--with-internal-libffi=no"
"--with-internal-libpopt=no")
#:strip-binaries? #f
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'remove-timestamp-for-reproducibility