Skip to content

Commit db8840a

Browse files
committed
.
1 parent 907aa6f commit db8840a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

noir/bootstrap.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,13 @@ function build_packages {
131131
function install_deps {
132132
set -euo pipefail
133133
# TODO: Move to build image?
134-
./noir-repo/.github/scripts/wasm-bindgen-install.sh
135134
if ! command -v cargo-binstall &>/dev/null; then
136135
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
137136
fi
138-
if ! command -v cargo-nextest &>/dev/null; then
139-
cargo-binstall cargo-nextest --version 0.9.67 -y --secure
137+
if ! command -v just &>/dev/null; then
138+
cargo-binstall just --version 1.42.4 -y --secure
140139
fi
140+
just --justfile ./noir-repo/justfile install-rust-tools
141141
}
142142

143143
export -f build_native build_packages noir_content_hash install_deps

0 commit comments

Comments
 (0)