Skip to content

Commit d9a4693

Browse files
committed
Remove broken/deprecated Bazel 1
1 parent 504459a commit d9a4693

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build-tools/Dockerfile

-6
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,6 @@ RUN $ANDROID_HOME/tools/bin/sdkmanager --update
133133

134134
# Install Bazel build tool
135135

136-
ENV BAZEL1_VERSION 1.2.1
137-
RUN curl https://bazel.build/bazel-release.pub.gpg | apt-key add - \
138-
&& echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | tee /etc/apt/sources.list.d/bazel.list \
139-
&& apt update && apt install -y bazel-$BAZEL1_VERSION \
140-
&& ln -s /usr/bin/bazel-$BAZEL1_VERSION $BIN_DIRECTORY/bazel1
141-
142136
ENV BAZEL2_VERSION 2.2.0
143137
RUN curl https://bazel.build/bazel-release.pub.gpg | apt-key add - \
144138
&& echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | tee /etc/apt/sources.list.d/bazel.list \

0 commit comments

Comments
 (0)