Enrico Seiler pushed to branch test at Debian Med / lambda-align2
Commits: d280c243 by Enrico Seiler at 2024-11-28T16:59:48+01:00 salsa ci: Use single thread - - - - - 460e2297 by Enrico Seiler at 2024-11-28T17:00:23+01:00 ready for uploading to unstable - - - - - 3 changed files: - debian/changelog - debian/rules - debian/salsa-ci.yml Changes: ===================================== debian/changelog ===================================== @@ -1,11 +1,12 @@ -lambda-align2 (2.0.1-2) UNRELEASED; urgency=medium +lambda-align2 (2.0.1-2) unstable; urgency=medium * Team upload. * Added patch to enable install on non-amd64 archs * d/control: build on any arch * d/control: openssl is only needed for tests + * salsa ci: Use single thread - -- Enrico Seiler <[email protected]> Thu, 28 Nov 2024 13:32:39 +0100 + -- Enrico Seiler <[email protected]> Thu, 28 Nov 2024 17:00:23 +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 ===================================== @@ -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/-/compare/331cb48e6c7948e22d51aaa3c55c7f6e18cc2a0a...460e2297fdd14cab88fbce6794670b52c1064523 -- View it on GitLab: https://salsa.debian.org/med-team/lambda-align2/-/compare/331cb48e6c7948e22d51aaa3c55c7f6e18cc2a0a...460e2297fdd14cab88fbce6794670b52c1064523 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
