We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9158d6f commit 444fcfcCopy full SHA for 444fcfc
contrib/guix/guix-build.sh
@@ -18,6 +18,7 @@ SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(git log --format=%at -1)}"
18
time-machine() {
19
guix time-machine --url=https://github.com/dongcarl/guix.git \
20
--commit=b066c25026f21fb57677aa34692a5034338e7ee3 \
21
+ --max-jobs="$MAX_JOBS" \
22
-- "$@"
23
}
24
@@ -108,6 +109,7 @@ for host in ${HOSTS=x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu riscv
108
109
--expose="$(git rev-parse --git-common-dir)" \
110
${SOURCES_PATH:+--share="$SOURCES_PATH"} \
111
${ADDITIONAL_GUIX_ENVIRONMENT_FLAGS} \
112
113
-- env HOST="$host" \
114
MAX_JOBS="$MAX_JOBS" \
115
SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:?unable to determine value}" \
0 commit comments