Skip to content

Commit 199fa74

Browse files
committed
fix version check
1 parent 2b22111 commit 199fa74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

noir/bootstrap.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ export js_projects="
1616
export js_include=$(printf " --include %s" $js_projects)
1717

1818
# 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"
19+
export COMMIT_HASH="0000000000000000000000000000000000000000"
2120
export SOURCE_DATE_EPOCH=0
2221
export GIT_DIRTY=false
2322
export RUSTFLAGS="-Dwarnings"

0 commit comments

Comments
 (0)