We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fda28b commit f0f4c07Copy full SHA for f0f4c07
sdk_container.sh
@@ -34,9 +34,7 @@ export CPP=cpp-7
34
# bazel
35
wget https://github.com/bazelbuild/bazelisk/releases/download/v1.10.1/bazelisk-linux-amd64
36
chmod +x bazelisk-linux-amd64
37
-mv bazelisk-linux-amd64 /usr/local/bin/bazelisk
38
-
39
-ln -s /usr/local/bin/bazelisk /usr/local/bin/bazel
+mv bazelisk-linux-amd64 /usr/local/bin/bazel
40
41
# get $HOME
42
cd
0 commit comments