[med-svn] [Git][med-team/lambda-align2][test] 2 commits: salsa ci: Use single thread
Enrico Seiler (@eseiler)
gitlab at salsa.debian.org
Thu Nov 28 16:00:52 GMT 2024
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 <enrico.seiler.debian at outlook.com> Thu, 28 Nov 2024 13:32:39 +0100
+ -- Enrico Seiler <enrico.seiler.debian at outlook.com> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20241128/e41b8e60/attachment-0001.htm>
More information about the debian-med-commit
mailing list