Skip to content

Commit 0178bff

Browse files
committed
bazel 3.3.1
1 parent bab5364 commit 0178bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.localrun/run_docker_bazel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ mkdir -p /workspace/c-toxcore/
114114
redirect_cmd rsync -avz --exclude=".localrun" ./ /workspace/c-toxcore/
115115
116116
# --------- 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
117+
wget https://github.com/bazelbuild/bazel/releases/download/3.3.1/bazel_3.3.1-linux-x86_64.deb -O /tmp/b.deb
118118
dpkg -i /tmp/b.deb
119119
# --------- install bazel ---------
120120

0 commit comments

Comments
 (0)