[med-svn] [Git][med-team/lambda-align2][debian/experimental] 2 commits: salsa ci: Use single thread
Enrico Seiler (@eseiler)
gitlab at salsa.debian.org
Wed Nov 27 02:20:38 GMT 2024
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 <enrico.seiler.debian at outlook.com> Tue, 26 Nov 2024 20:00:07 +0100
+ -- Enrico Seiler <enrico.seiler.debian at outlook.com> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20241127/adc0d2d6/attachment-0001.htm>
More information about the debian-med-commit
mailing list