Skip to content

Commit

Permalink
chore(ci): install zig for dev setup (#13913)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored Dec 4, 2023
1 parent 4fbe41d commit 236d721
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/setup/dev_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ if [[ "$INSTALL_BUILD_TOOLS" == "true" ]]; then
install_pkg cmake "$PACKAGE_MANAGER"
install_pkg clang "$PACKAGE_MANAGER"
install_pkg llvm "$PACKAGE_MANAGER"
install_pkg zig "$PACKAGE_MANAGER"
install_python3 "$PACKAGE_MANAGER"

# Any call to cargo will make rustup install the correct toolchain
Expand All @@ -533,7 +534,7 @@ if [[ "$INSTALL_BUILD_TOOLS" == "true" ]]; then
cargo quickinstall cargo-binstall
cargo binstall -y sccache
cargo binstall -y cargo-zigbuild
cargo install cargo-nextest
cargo binstall -y cargo-nextest

fi

Expand Down

0 comments on commit 236d721

Please sign in to comment.