mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-05 06:09:41 +00:00
abuild: also pass through ABUILD_BOOTSTRAP in rootbld
since 1582617eb8
, it's not passed,
so it's not possible to skip tests for a run via a
$ ABUILD_BOOTSTRAP=1 abuild rootbld
This commit is contained in:
parent
bd2a3de825
commit
9ee552164c
@ -2504,6 +2504,7 @@ rootbld() {
|
||||
--chdir "$startdir" \
|
||||
--clearenv \
|
||||
--setenv HOME "$HOME" \
|
||||
${ABUILD_BOOTSTRAP:+--setenv ABUILD_BOOTSTRAP "$ABUILD_BOOTSTRAP"} \
|
||||
--setenv SOURCE_DATE_EPOCH "$SOURCE_DATE_EPOCH" \
|
||||
--setenv ABUILD_LAST_COMMIT "$ABUILD_LAST_COMMIT" \
|
||||
--setenv PATH ${USE_CCACHE:+/usr/lib/ccache/bin:}/bin:/usr/bin:/sbin:/usr/sbin \
|
||||
|
Loading…
Reference in New Issue
Block a user