From d9a4693383afb90ce8de097682021ce43079c8bf Mon Sep 17 00:00:00 2001 From: Oscar Reimer Date: Tue, 18 Jun 2024 13:56:49 +0200 Subject: [PATCH] Remove broken/deprecated Bazel 1 --- build-tools/Dockerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build-tools/Dockerfile b/build-tools/Dockerfile index 7eceaff..4d0c156 100644 --- a/build-tools/Dockerfile +++ b/build-tools/Dockerfile @@ -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 \