Remove Intel mac CircleCI configuration (#1409)

Also switch bazel-mac to the arm64 config.
The CircleCI Intel mac config will be turned down soon.
This commit is contained in:
Derek Schuff
2024-06-20 16:16:05 -07:00
committed by GitHub
parent 0e8c5bb1e3
commit 4b9e83d629
4 changed files with 35 additions and 34 deletions

View File

@@ -7,15 +7,6 @@ executors:
ubuntu:
docker:
- image: buildpack-deps:focal
mac:
environment:
EMSDK_NOTTY: "1"
# Without this, any `brew install` command will result in self-update of
# brew itself which takes more than 4 minutes.
HOMEBREW_NO_AUTO_UPDATE: "1"
macos:
xcode: "12.5.1"
resource_class: macos.x86.medium.gen2
mac_arm64:
environment:
EMSDK_NOTTY: "1"
@@ -94,11 +85,6 @@ jobs:
name: Install debian packages
command: sudo apt-get update -q && sudo apt-get install -q cmake build-essential openjdk-8-jre-headless
- run: test/test.sh
test-mac:
executor: mac
steps:
- setup-macos
- test-macos
test-mac-arm64:
executor: mac_arm64
steps:
@@ -257,11 +243,10 @@ jobs:
apt-get install -q -y bazel
- run: test/test_bazel.sh
test-bazel-mac:
executor: mac
test-bazel-mac-arm64:
executor: mac_arm64
steps:
- checkout
- run: brew install grep
- run:
name: install bazelisk
command: |
@@ -301,9 +286,6 @@ workflows:
test-linux-arm64:
jobs:
- test-linux-arm64
test-mac:
jobs:
- test-mac
test-mac-arm64:
jobs:
- test-mac-arm64
@@ -328,9 +310,9 @@ workflows:
test-bazel-linux:
jobs:
- test-bazel-linux
test-bazel-mac:
test-bazel-mac-arm64:
jobs:
- test-bazel-mac
- test-bazel-mac-arm64
test-bazel-windows:
jobs:
- test-bazel-windows