GithubHelp home page GithubHelp logo

Comments (2)

TallGuy74 avatar TallGuy74 commented on September 1, 2024 1
diff --git a/tools/Dockerfile.16.04 b/tools/Dockerfile.16.04
index 511d0a4..ee7c195 100644
--- a/tools/Dockerfile.16.04
+++ b/tools/Dockerfile.16.04
@@ -12,7 +12,7 @@ RUN apt-get ${APT_NONINTERACTIVE} install ca-certificates gnupg
 RUN cat /tmp/bazel_release.pub.gpg | apt-key add -
 RUN echo "deb http://storage.googleapis.com/bazel-apt stable jdk1.8" >> /etc/apt/sources.list
 
-ARG PACKAGES="bazel \
+ARG PACKAGES=" \
     build-essential \
     clang-4.0 \
     crossbuild-essential-arm64 \
@@ -57,5 +57,13 @@ RUN dpkg-deb -R libc++abi-7-dev_7.0.1-8_armhf.deb /tmp
 # Copy .a for statically linkage.
 RUN cp -v /tmp/usr/lib/llvm-7/lib/libc++.a /usr/lib/arm-linux-gnueabihf
 RUN cp -v /tmp/usr/lib/llvm-7/lib/libc++abi.a /usr/lib/arm-linux-gnueabihf
+
+#
+# Workaround for the breaking changes in bazel 0.25.0
+#
+RUN apt install unzip zip
+RUN wget https://github.com/bazelbuild/bazel/releases/download/0.24.1/bazel-0.24.1-installer-linux-x86_64.sh
+RUN bash bazel-0.24.1-installer-linux-x86_64.sh --prefix=/usr
+
 # Clean up.
-RUN rm libc++-7-dev_7.0.1-8_armhf.deb libc++abi-7-dev_7.0.1-8_armhf.deb
\ No newline at end of file
+RUN rm libc++-7-dev_7.0.1-8_armhf.deb libc++abi-7-dev_7.0.1-8_armhf.deb

from google-coral.

Namburger avatar Namburger commented on September 1, 2024

Thanks! Closing for now since we've moved onto new docker images now :)

from google-coral.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.