Skip to content

Commit

Permalink
ci: test on arm64osx
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerrg committed Feb 22, 2024
1 parent 85a595e commit 288bfce
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: build-clone-main
run: |
git clone --filter=blob:none --branch main https://github.com/cisco/ChezScheme.git
echo "HASH_KEY=$(cat ChezScheme/.git/refs/heads/main)" >> "${GITHUB_OUTPUT}"
echo "HASH_KEY=v2_$(cat ChezScheme/.git/refs/heads/main)" >> "${GITHUB_OUTPUT}"
- name: Establish Chez Scheme .git / boot file cache
id: build-restore-bootfiles
uses: actions/cache@v4
Expand Down Expand Up @@ -47,6 +47,7 @@ jobs:
make re.boot
make
make bootquick XM=a6osx
make bootquick XM=arm64osx
make bootquick XM=a6nt
make bootquick XM=i3le
make bootquick XM=ta6nt
Expand All @@ -55,7 +56,7 @@ jobs:
continue-on-error: ${{ startsWith(matrix.machine, 't') }}
needs: build
strategy:
fail-fast: true
fail-fast: false
matrix:
config:
- machine: a6osx
Expand All @@ -64,6 +65,9 @@ jobs:
- machine: a6osx
os: macos-12
chez: main
- machine: arm64osx
os: macos-14
chez: main
- machine: i3le
os: ubuntu-22.04
chez: main
Expand Down Expand Up @@ -116,6 +120,9 @@ jobs:
if: ${{ runner.os == 'macOS' }}
run: |
brew install coreutils
echo "$(brew --prefix)/opt/coreutils/libexec/gnubin" > /tmp/path
cat $GITHUB_PATH >> /tmp/path
mv /tmp/path $GITHUB_PATH
echo "TIMEOUT_SCALE_FACTOR=10" >> $GITHUB_ENV
- name: Setup Windows
if: ${{ runner.os == 'Windows' }}
Expand Down

0 comments on commit 288bfce

Please sign in to comment.