Enrico Seiler pushed to branch debian/experimental at Debian Med / lambda-align2
Commits: 960346f7 by Enrico Seiler at 2024-11-27T03:19:55+01:00 salsa ci: Use single thread - - - - - 13e365e5 by Enrico Seiler at 2024-11-27T03:19:59+01:00 ready for uploading to experimental - - - - - 3 changed files: - debian/changelog - debian/rules - debian/salsa-ci.yml Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -lambda-align2 (2.0.1-2) UNRELEASED; urgency=medium +lambda-align2 (2.0.1-2) experimental; urgency=medium * Team upload. * d/control: Experimental rebuild using the 3rd release candidate of @@ -7,8 +7,9 @@ lambda-align2 (2.0.1-2) UNRELEASED; urgency=medium * Update salsa-ci.yml. * Remove dependency on libseqan-dev for tests * Disable i386 builds + * salsa ci: Use single thread - -- Enrico Seiler <[email protected]> Tue, 26 Nov 2024 20:00:07 +0100 + -- Enrico Seiler <[email protected]> Wed, 27 Nov 2024 03:19:59 +0100 lambda-align2 (2.0.1-1) unstable; urgency=medium ===================================== debian/rules ===================================== @@ -48,6 +48,11 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) #cd build/tests && ctest . -I 1,10 endif +ifdef LAMBDA_SALSA_CI_SINGLE_THREAD +override_dh_auto_build: + dh_auto_build --max-parallel=1 +endif + override_dh_auto_clean: if ls tests/*~ 1> /dev/null 2>&1; then \ for backup in tests/*~; do mv $${backup} $${backup%\~}; done; \ ===================================== debian/salsa-ci.yml ===================================== @@ -7,3 +7,4 @@ reprotest: variables: SALSA_CI_DISABLE_BUILD_PACKAGE_I386: 1 + LAMBDA_SALSA_CI_SINGLE_THREAD: 1 View it on GitLab: https://salsa.debian.org/med-team/lambda-align2/-/compare/87534a5b0a3a6e4ec843f8a59ffac48dccd1d66b...13e365e5288c7bdc14ee5a6990aba80d585ae0e9 -- View it on GitLab: https://salsa.debian.org/med-team/lambda-align2/-/compare/87534a5b0a3a6e4ec843f8a59ffac48dccd1d66b...13e365e5288c7bdc14ee5a6990aba80d585ae0e9 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
