Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function check_toolchains {

function versions {
local noir_version anvil_version node_version cmake_version clang_version zig_version rustc_version wasi_sdk_version
noir_version=$(git -C noir/noir-repo describe --tags --exact-match HEAD)
noir_version=$(git -C noir/noir-repo describe --tags --always HEAD)
anvil_version=$(anvil --version | head -n1 | sed -E 's/anvil Version: ([0-9.]+).*/\1/')
node_version=$(node --version | cut -d 'v' -f 2)
cmake_version=$(cmake --version | head -n1 | cut -d' ' -f3)
Expand Down
2 changes: 1 addition & 1 deletion noir/noir-repo
Loading