guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ricardo Wurmus
Subject: 01/01: gnu: sablevm: Do not change GC, just disable stripping.
Date: Sat, 24 Mar 2018 19:15:53 -0400 (EDT)

rekado pushed a commit to branch rhel6
in repository guix.

commit de9ceb4405367b069069773674a4a8ea32b048e9
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Mar 25 00:14:30 2018 +0100

    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.
---
 gnu/packages/java.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 8e33bfc..3b1ffe3 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]