Skip to content

Commit

Permalink
Turn Arm MacOS bootstrapping on (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen authored Feb 2, 2024
1 parent b996922 commit a9af752
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,21 +80,20 @@ jobs:
- name: Bootstrap test
run: SSL=3.0.x .ci-scripts/test-bootstrap.sh

# turn on once we have a corral and ponyup nightly that can be used
# arm64-macos-bootstrap:
# name: arm64 MacOS bootstrap
# runs-on: macos-14
# steps:
# - uses: actions/checkout@v3
# - name: Install dependencies
# # libressl gets installed but is returning a non-zero exit code,
# # so we have to soldier on through the stupidity
# continue-on-error: true
# run: |
# brew update
# brew install libressl
# - name: Bootstrap test
# run: SSL=0.9.0 .ci-scripts/test-bootstrap.sh
arm64-macos-bootstrap:
name: arm64 MacOS bootstrap
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- name: Install dependencies
# libressl gets installed but is returning a non-zero exit code,
# so we have to soldier on through the stupidity
continue-on-error: true
run: |
brew update
brew install libressl
- name: Bootstrap test
run: SSL=0.9.0 .ci-scripts/test-bootstrap.sh

x86-64-macos-bootstrap:
name: x86_64 MacOS bootstrap
Expand Down

0 comments on commit a9af752

Please sign in to comment.