Michael R. Crusoe pushed to branch master at Debian Med / lambda-align2
Commits: 4bdcad58 by Enrico Seiler at 2024-11-28T17:07:07+01:00 salsa ci: Use single thread - - - - - 3 changed files: - debian/changelog - debian/rules - debian/salsa-ci.yml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +lambda-align2 (2.0.1-4) UNRELEASED; urgency=medium + + * Team upload. + * salsa ci: Use single thread + + -- Enrico Seiler <[email protected]> Wed Nov 27 03:19:55 2024 +0100 + lambda-align2 (2.0.1-3) unstable; urgency=medium * Team upload. ===================================== 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 ===================================== @@ -1,4 +1,6 @@ --- include: - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml + +variables: + LAMBDA_SALSA_CI_SINGLE_THREAD: 1 View it on GitLab: https://salsa.debian.org/med-team/lambda-align2/-/commit/4bdcad58bfb506b7fe1ab93c2d292c2b76ccc5f5 -- View it on GitLab: https://salsa.debian.org/med-team/lambda-align2/-/commit/4bdcad58bfb506b7fe1ab93c2d292c2b76ccc5f5 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
