We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab5364 commit 0178bffCopy full SHA for 0178bff
.localrun/run_docker_bazel.sh
@@ -114,7 +114,7 @@ mkdir -p /workspace/c-toxcore/
114
redirect_cmd rsync -avz --exclude=".localrun" ./ /workspace/c-toxcore/
115
116
# --------- install bazel ---------
117
-wget https://github.com/bazelbuild/bazel/releases/download/2.2.0/bazel_2.2.0-linux-x86_64.deb -O /tmp/b.deb
+wget https://github.com/bazelbuild/bazel/releases/download/3.3.1/bazel_3.3.1-linux-x86_64.deb -O /tmp/b.deb
118
dpkg -i /tmp/b.deb
119
120
0 commit comments