| commit | da319b554c6ed4bc2194bcc115e17b95790f7826 | [log] [tgz] |
|---|---|---|
| author | Yun Peng <pcloudy@google.com> | Thu May 20 17:00:36 2021 +0200 |
| committer | GitHub <noreply@github.com> | Thu May 20 17:00:36 2021 +0200 |
| tree | ea0aafc63669626cc73f0a6c4520408a8111d52e | |
| parent | 02a609c4533900d8d91cdf12c424be2e7e8d0e45 [diff] |
Also run activate_xcode on macos_arm64 platform (#1159) Fixing https://buildkite.com/bazel-trusted/publish-bazel-binaries/builds/9855#e62d31bb-f02f-45c0-8dc5-8de75f786970
diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index 1cb5020..fe12cd6 100755 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py
@@ -1027,7 +1027,7 @@ tmpdir = tempfile.mkdtemp() sc_process = None try: - if platform == "macos": + if platform == "macos" or platform == "macos_arm64": activate_xcode(task_config) # If the CI worker runs Bazelisk, we need to forward all required env variables to the test.