Pierre Gruet pushed to branch master at Debian Med / artemis
Commits: 8e18fc90 by Pierre Gruet at 2021-11-07T15:25:06+01:00 Using -Xmx1946m instead of -Xm4g in the autopkgtest, so that it runs on 32-bit arches - - - - - 02f9ef25 by Pierre Gruet at 2021-11-07T20:36:29+01:00 Upload to unstable - - - - - 2 changed files: - debian/changelog - debian/tests/run-some-unit-tests Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +artemis (18.1.0+dfsg-6) unstable; urgency=medium + + * Using -Xmx1946m instead of -Xm4g in the autopkgtest, so that it runs on + 32-bit arches + + -- Pierre Gruet <[email protected]> Sun, 07 Nov 2021 15:25:19 +0100 + artemis (18.1.0+dfsg-5) unstable; urgency=medium * Upload to unstable, setting the package as Architecture: all seems to be ===================================== debian/tests/run-some-unit-tests ===================================== @@ -62,5 +62,5 @@ EOF # Building test classes. javac `find . -name "*.java"` -# Running the tests -java -Xmx4g -noverify -Djdbc.drivers=org.postgresql.Driver -DEMBOSS_ROOT="/usr" --illegal-access=warn -Dtimeout=8000 -Duse_separate_classloader=false TestRunner +# Running the tests, with 1946 MB (ie 1.9 GB) so that they run on 32-bit arches +java -Xmx1946m -noverify -Djdbc.drivers=org.postgresql.Driver -DEMBOSS_ROOT="/usr" --illegal-access=warn -Dtimeout=8000 -Duse_separate_classloader=false TestRunner View it on GitLab: https://salsa.debian.org/med-team/artemis/-/compare/d129dbb90167efe7629df701d4f8685eee1ab39e...02f9ef25567f128bc1021b56c822c59fcf1d3af0 -- View it on GitLab: https://salsa.debian.org/med-team/artemis/-/compare/d129dbb90167efe7629df701d4f8685eee1ab39e...02f9ef25567f128bc1021b56c822c59fcf1d3af0 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
