Skip to content
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

Closed
meteorcloudy opened this issue Aug 22, 2024 · 2 comments
Closed

macos arm64 machines are flaky #2025

meteorcloudy opened this issue Aug 22, 2024 · 2 comments

Comments

@meteorcloudy
Copy link
Member

https://buildkite.com/bazel/google-bazel-presubmit/builds/82766#01917a0a-d9d1-4aac-adbc-0e2c4b5aa63c

@kolvin
Copy link

kolvin commented Sep 4, 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 🙏🏻

@meteorcloudy
Copy link
Member Author

This seems to be fixed already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants