Skip to content

Commit 00f3db1

Browse files
Merge pull request #5714 from UdjinM6/bp5713
backport: backport 5713 to v20.x
2 parents 702bc49 + ea1f524 commit 00f3db1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

contrib/guix/libexec/build.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,17 @@ Required environment variables as seen inside the container:
2727
DIST_ARCHIVE_BASE: ${DIST_ARCHIVE_BASE:?not set}
2828
DISTNAME: ${DISTNAME:?not set}
2929
HOST: ${HOST:?not set}
30-
CONFIGFLAGS: ${CONFIGFLAGS:?not set}
3130
SOURCE_DATE_EPOCH: ${SOURCE_DATE_EPOCH:?not set}
3231
JOBS: ${JOBS:?not set}
3332
DISTSRC: ${DISTSRC:?not set}
3433
OUTDIR: ${OUTDIR:?not set}
3534
EOF
3635

36+
cat << EOF
37+
Optional environment variables as seen inside the container:
38+
CONFIGFLAGS: ${CONFIGFLAGS}
39+
EOF
40+
3741
ACTUAL_OUTDIR="${OUTDIR}"
3842
OUTDIR="${DISTSRC}/output"
3943

0 commit comments

Comments
 (0)