Bazelisk install
This commit is contained in:
parent
95ca549ae2
commit
50d16c05da
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue