Skip to content

Commit

Permalink
Remove broken/deprecated Bazel 1
Browse files Browse the repository at this point in the history
  • Loading branch information
sweoggy committed Jun 18, 2024
1 parent 504459a commit d9a4693
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,6 @@ RUN $ANDROID_HOME/tools/bin/sdkmanager --update

# Install Bazel build tool

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

ENV BAZEL2_VERSION 2.2.0
RUN curl https://bazel.build/bazel-release.pub.gpg | apt-key add - \
&& echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | tee /etc/apt/sources.list.d/bazel.list \
Expand Down

0 comments on commit d9a4693

Please sign in to comment.