Skip to content

Commit

Permalink
Don't use cached build on MacOS
Browse files Browse the repository at this point in the history
The non-release build does not appear to set up stdlib properly
for cross-platform execution.
  • Loading branch information
headius committed May 22, 2023
1 parent 78f014c commit 075f755
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,6 @@ jobs:
fail-fast: false

name: mvn ${{ matrix.package-flags }} (Java ${{ matrix.java-version }} Apple aarch64)
needs: bootstrap-build

steps:
- name: checkout
Expand All @@ -563,18 +562,8 @@ jobs:
distribution: 'zulu'
java-version: ${{ matrix.java-version }}
architecture: arm
- name: Restore bootstrap build
id: cache-bootstrap-restore
uses: actions/cache/restore@v3
with:
path: |
bin
core
lib
shaded
test
key: ${{ github.sha }}-bootstrap
enableCrossOsArchive: true
- name: bootstrap
run: mvn -Pbootstrap clean package
- name: mvn package ${{ matrix.package-flags }}
run: tool/maven-ci-script.sh
env:
Expand Down

0 comments on commit 075f755

Please sign in to comment.