Skip to content

Commit

Permalink
Merge pull request #5714 from UdjinM6/bp5713
Browse files Browse the repository at this point in the history
backport: backport 5713 to v20.x
  • Loading branch information
PastaPastaPasta committed Nov 16, 2023
2 parents 702bc49 + ea1f524 commit 00f3db1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion contrib/guix/libexec/build.sh
Expand Up @@ -27,13 +27,17 @@ Required environment variables as seen inside the container:
DIST_ARCHIVE_BASE: ${DIST_ARCHIVE_BASE:?not set}
DISTNAME: ${DISTNAME:?not set}
HOST: ${HOST:?not set}
CONFIGFLAGS: ${CONFIGFLAGS:?not set}
SOURCE_DATE_EPOCH: ${SOURCE_DATE_EPOCH:?not set}
JOBS: ${JOBS:?not set}
DISTSRC: ${DISTSRC:?not set}
OUTDIR: ${OUTDIR:?not set}
EOF

cat << EOF
Optional environment variables as seen inside the container:
CONFIGFLAGS: ${CONFIGFLAGS}
EOF

ACTUAL_OUTDIR="${OUTDIR}"
OUTDIR="${DISTSRC}/output"

Expand Down

0 comments on commit 00f3db1

Please sign in to comment.