[Git][java-team/lz4-java][master] 2 commits: Skip tests on Zero VMs (Closes: #1146493, #1146571)
Tony Mancill (@tmancill)
gitlab at salsa.debian.org
Thu Sep 3 17:15:26 BST 2026
Tony Mancill pushed to branch master at Debian Java Maintainers / lz4-java
Commits:
90d42983 by tony mancill at 2026-09-03T06:58:08-07:00
Skip tests on Zero VMs (Closes: #1146493, #1146571)
- - - - -
0d543979 by tony mancill at 2026-09-03T07:08:26-07:00
Prepare changelog for upload
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+lz4-java (1.11.2+ds1-3) unstable; urgency=medium
+
+ * Skip tests on Zero VM architectures (Closes: #1146493, #1146571)
+
+ -- tony mancill <tmancill at debian.org> Thu, 03 Sep 2026 06:58:16 -0700
+
lz4-java (1.11.2+ds1-2) unstable; urgency=medium
* Update debian/rules to always patch the pom during dh_auto_configure
=====================================
debian/rules
=====================================
@@ -49,7 +49,7 @@ override_dh_auto_test-indep:
override_dh_auto_test-arch:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-ifeq (,$(filter alpha armel ia64 mips64el mipsel powerpc riscv64 x32, $(DEB_BUILD_ARCH)))
+ifeq (,$(filter alpha armel armhf i386 ia64 loong64 mips64el mipsel powerpc riscv64 x32, $(DEB_BUILD_ARCH)))
dh_auto_test -- test -P '!native-linux' -DargLine=-Djava.library.path=$(CURDIR)/build
endif
endif
View it on GitLab: https://salsa.debian.org/java-team/lz4-java/-/compare/0d185fb7544da50eeacc704d34e295648de155d6...0d5439794ddf8717e3d742ca0a1796ce271857c9
--
View it on GitLab: https://salsa.debian.org/java-team/lz4-java/-/compare/0d185fb7544da50eeacc704d34e295648de155d6...0d5439794ddf8717e3d742ca0a1796ce271857c9
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20260903/4006aedd/attachment.htm>
More information about the pkg-java-commits
mailing list