Skip to content

Commit

Permalink
use brew clang on darwin-4
Browse files Browse the repository at this point in the history
  • Loading branch information
nmattia committed Jan 20, 2025
1 parent 55fcf1c commit 3c0547c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows-source/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,15 @@ jobs:
name: Bazel Test macOS Intel
timeout-minutes: 130
runs-on:
labels: macOS
labels: darwin-4

steps:
- <<: *checkout
- name: Set PATH
run: |
echo "/usr/local/bin" >> $GITHUB_PATH
echo "$HOME/.cargo/bin:" >> $GITHUB_PATH
echo "CC=/usr/local/opt/llvm/bin/clang" >> "$GITHUB_ENV"
- <<: *docker-login
- name: Run Bazel Test Darwin x86-64
id: bazel-test-darwin-x86-64
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
name: Bazel Test macOS Intel
timeout-minutes: 130
runs-on:
labels: macOS
labels: darwin-4
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -178,6 +178,7 @@ jobs:
run: |
echo "/usr/local/bin" >> $GITHUB_PATH
echo "$HOME/.cargo/bin:" >> $GITHUB_PATH
echo "CC=/usr/local/opt/llvm/bin/clang" >> "$GITHUB_ENV"
- name: Login to Dockerhub
shell: bash
run: ./ci/scripts/docker-login.sh
Expand Down

0 comments on commit 3c0547c

Please sign in to comment.