Bazelisk install

This commit is contained in:
John Doty 2022-06-17 16:22:23 -07:00
parent 95ca549ae2
commit 50d16c05da

View file

@ -29,3 +29,8 @@ git config --global include.path .gitconfig.shared
# Install local rust so I have rustfmt at the very least.
# (This should be in the image I think.)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
# Install bazelisk
wget https://github.com/bazelbuild/bazelisk/releases/download/v1.12.0/bazelisk-linux-amd64
mv ./bazelisk-linux-amd64 ~/bin/bazelisk
chmod a+x ~/bin/bazelisk