[Git][reproducible-builds/reprotest][main] Do not vary arch personality if kernel is not varied. Thanks to Raúl Cumplido...
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sat Nov 1 14:17:41 UTC 2025
Holger Levsen pushed to branch main at Reproducible Builds / reprotest
Commits:
f8f1ca9b by Holger Levsen at 2025-11-01T15:17:33+01:00
Do not vary arch personality if kernel is not varied. Thanks to Raúl Cumplido and https://salsa.debian.org/reproducible-builds/reprotest/-/issues/15
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- reprotest/build.py
Changes:
=====================================
reprotest/build.py
=====================================
@@ -302,7 +302,7 @@ def home(ctx, build, vary):
def kernel(ctx, build, vary):
_ = build
if not vary:
- _ = _.append_setup_exec_raw('SETARCH_ARCH=$(uname -m)')
+ return _
else:
_ = _.append_setup_exec_raw('SETARCH_ARCH=$(for a in $(setarch --list); do setarch $a true && echo $a || true; done)')
# Perform realistic shuffling of architectures depending
View it on GitLab: https://salsa.debian.org/reproducible-builds/reprotest/-/commit/f8f1ca9bbdbbaf74813c3ca213b22eded951208e
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reprotest/-/commit/f8f1ca9bbdbbaf74813c3ca213b22eded951208e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20251101/54653e05/attachment.htm>
More information about the rb-commits
mailing list