Nilesh Patra pushed to branch master at Debian Java Maintainers / jruby
Commits: 83540ea2 by Nilesh Patra at 2025-05-20T09:34:15+05:30 Add patch to fix FTBFS on 32-bit archs (Closes: #1103101) - - - - - 2 changed files: - + debian/patches/0014-Reduce-test-memory.patch - debian/patches/series Changes: ===================================== debian/patches/0014-Reduce-test-memory.patch ===================================== @@ -0,0 +1,27 @@ +Description: Reduce JVM test memory req to build test on 32-bit arch with less virtual memory +Author: Nilesh Patra <[email protected]> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1103101 +Forwarded: no +Last-Update: 2025-05-20 +--- a/core/pom.rb ++++ b/core/pom.rb +@@ -23,7 +23,7 @@ + 'anno.sources' => '${project.basedir}/target/generated-sources', + + 'jruby.basedir' => '${basedir}/..', +- 'jruby.test.memory' => '3G', ++ 'jruby.test.memory' => '1024M', + 'jruby.compile.memory' => '2G', + + 'create.sources.jar' => false ) +--- a/core/pom.xml ++++ b/core/pom.xml +@@ -31,7 +31,7 @@ + <jruby.compile.memory>2G</jruby.compile.memory> + <jruby.gem.home>lib/ruby/gems/shared</jruby.gem.home> + <jruby.launch.memory>1024M</jruby.launch.memory> +- <jruby.test.memory>3G</jruby.test.memory> ++ <jruby.test.memory>1024M</jruby.test.memory> + <jruby.win32ole.gem>jruby-win32ole</jruby.win32ole.gem> + <lib.dir>lib</lib.dir> + <main.basedir>${project.parent.basedir}</main.basedir> ===================================== debian/patches/series ===================================== @@ -8,3 +8,4 @@ 0011-Fix-testRevision-testcase.patch 0012-Fix-test-failures-related-to-Module-PTY.patch 0013-Work-around-JarResourceTest-failure.patch +0014-Reduce-test-memory.patch View it on GitLab: https://salsa.debian.org/java-team/jruby/-/commit/83540ea21398634e189d5461535465613d4c208e -- View it on GitLab: https://salsa.debian.org/java-team/jruby/-/commit/83540ea21398634e189d5461535465613d4c208e You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

