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 2b22111 commit 199fa74Copy full SHA for 199fa74
noir/bootstrap.sh
@@ -16,8 +16,7 @@ export js_projects="
16
export js_include=$(printf " --include %s" $js_projects)
17
18
# Fake this so artifacts have a consistent hash in the cache and not git hash dependent.
19
-# export GIT_COMMIT="$(echo "$hash" | sed 's/-.*//g')"
20
-export GIT_COMMIT="0000000000000000000000000000000000000000"
+export COMMIT_HASH="0000000000000000000000000000000000000000"
21
export SOURCE_DATE_EPOCH=0
22
export GIT_DIRTY=false
23
export RUSTFLAGS="-Dwarnings"
0 commit comments