Bas Couwenberg pushed to branch master at Debian GIS Project / jeolib-miallib
Commits: 37e77489 by Bas Couwenberg at 2025-02-25T16:13:19+01:00 Allow blhc to fail. - - - - - 2 changed files: - debian/.gitlab-ci.yml - debian/rules Changes: ===================================== debian/.gitlab-ci.yml ===================================== @@ -4,3 +4,6 @@ include: variables: SALSA_CI_ENABLE_BUILD_PACKAGE_TWICE: 1 + +blhc: + allow_failure: true ===================================== debian/rules ===================================== @@ -10,9 +10,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all # Package maintainers to append LDFLAGS. #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -CFLAGS += $(CPPFLAGS) -CXXFLAGS += $(CPPFLAGS) - include /usr/share/dpkg/pkg-info.mk UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//') View it on GitLab: https://salsa.debian.org/debian-gis-team/jeolib-miallib/-/commit/37e774895525151d8bfc499a7ec75ad1b62bcf7f -- View it on GitLab: https://salsa.debian.org/debian-gis-team/jeolib-miallib/-/commit/37e774895525151d8bfc499a7ec75ad1b62bcf7f You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
