[Git][qa/jenkins.debian.net][master] set nocheck in DEB_BUILD_OPTIONS for the 2nd build. Closes: #786644
Holger Levsen (@holger)
gitlab at salsa.debian.org
Fri Oct 31 16:16:17 GMT 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
11d2cfdb by Holger Levsen at 2025-10-31T17:11:14+01:00
set nocheck in DEB_BUILD_OPTIONS for the 2nd build. Closes: #786644
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/reproducible_build.sh
- bin/reproducible_common.sh
Changes:
=====================================
bin/reproducible_build.sh
=====================================
@@ -739,7 +739,7 @@ export BUILDUSERNAME=pbuilder2
export BUILDUSERGECOS="second user,second room,second work-phone,second home-phone,second other"
# pbuilder sets HOME to the value of BUILD_HOME…
BUILD_HOME=/nonexistent/second-build
-export DEB_BUILD_OPTIONS="buildinfo=+all reproducible=${reproducible_buildflags} parallel=$NUM_CPU ${extra_deb_build_options}"
+export DEB_BUILD_OPTIONS="buildinfo=+all reproducible=${reproducible_buildflags} parallel=$NUM_CPU ${extra_deb_build_options} nocheck"
export TZ="/usr/share/zoneinfo/Etc/GMT-14"
export LANG="$locale.UTF-8"
export LC_ALL="$locale.UTF-8"
=====================================
bin/reproducible_common.sh
=====================================
@@ -501,7 +501,7 @@ write_variation_table() {
write_page "<tr><td>build path</td><td colspan=\"2\">/build/reproducible-path/\$pkg-\$ver <em>(not varied anymore)</em></td></tr>"
write_page "<tr><td>user's login shell</td><td>/bin/sh</td><td>/bin/bash</td></tr>"
write_page "<tr><td>user's <a href="https://en.wikipedia.org/wiki/Gecos_field">GECOS</a></td><td>first user,first room,first work-phone,first home-phone,first other</td><td>second user,second room,second work-phone,second home-phone,second other</td></tr>"
- write_page "<tr><td>env DEB_BUILD_OPTIONS</td><td>DEB_BUILD_OPTIONS=\"parallel=XXX\"<br /> XXX on amd64: 16 or 15</td><td>DEB_BUILD_OPTIONS=\"parallel=YYY\"<br /> YYY on amd64: 16 or 15 (!= the first build)<br /> YYY is the same as XXX on arm64</td></tr>"
+ write_page "<tr><td>env DEB_BUILD_OPTIONS</td><td>DEB_BUILD_OPTIONS=\"parallel=XXX\"<br /> XXX on amd64: 16 or 15</td><td>DEB_BUILD_OPTIONS=\"nocheck parallel=YYY\"<br /> YYY on amd64: 16 or 15 (!= the first build)<br /> YYY is the same as XXX on arm64</td></tr>"
write_page "<tr><td>UTS namespace</td><td><em>shared with the host</em></td><td><em>modified using</em> /usr/bin/unshare --uts</td></tr>"
elif [ "$1" = "Arch Linux" ] ; then
write_page "<tr><td>env USER</td><td>jenkins</td><td>build 2</td></tr>"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/11d2cfdb7d86ddf90336e65ac69794b1775f20ce
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/11d2cfdb7d86ddf90336e65ac69794b1775f20ce
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/qa-jenkins-scm/attachments/20251031/b1b7d5e9/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list