Skip to content

Commit

Permalink
Reinstate macOS builder
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Oct 11, 2024
1 parent da07e28 commit 9301265
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
uses: alire-project/alr-install@v1
with:
crates: gnat_native gprbuild
prefix: alire_prefix

- name: Install FSF toolchain (AArch64)
if: ${{ matrix.os == 'macos-14' }}
Expand All @@ -61,6 +62,13 @@ jobs:
BRANCH: ${{ github.base_ref }}
INDEX: ""

# Ascertain whether alr can run without the toolchain that built it
- name: Remove toolchain used for building & testing
shell: bash
run: |
rm -rf alire_prefix
which gnat || { echo "Toolchain purged"; ./bin/alr version; }
- name: Upload binaries
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 9301265

Please sign in to comment.