-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macos arm64 machines are flaky #2025
Comments
meteorcloudy
added a commit
that referenced
this issue
Aug 22, 2024
meteorcloudy
added a commit
that referenced
this issue
Aug 22, 2024
For a short-term workaround, we are using bazelisk to install arm64 support to an ubuntu base FROM ubuntu:22.04 AS builder
WORKDIR /app
RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y openssl git apt-transport-https curl gnupg vim file wget apt-utils
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y openjdk-17-jdk-headless ca-certificates-java
# ARM64 Bazel Install
RUN wget https://github.com/bazelbuild/bazelisk/releases/download/v1.8.1/bazelisk-linux-arm64
RUN chmod +x bazelisk-linux-arm64
RUN mv bazelisk-linux-arm64 /usr/local/bin/bazel
... Not ideal but works for now, following this issue for updates 🙏🏻 |
This seems to be fixed already. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://buildkite.com/bazel/google-bazel-presubmit/builds/82766#01917a0a-d9d1-4aac-adbc-0e2c4b5aa63c
The text was updated successfully, but these errors were encountered: