Skip to content

Commit

Permalink
Remove use of GNAT Community Edition (#1641)
Browse files Browse the repository at this point in the history
setup-alire@v3 no longer uses GNAT CE so we can always test with GNAT FSF.
  • Loading branch information
mosteo committed Aug 30, 2024
1 parent 975a531 commit 1e8d485
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 88 deletions.
81 changes: 0 additions & 81 deletions .github/workflows/ci-community.yml

This file was deleted.

8 changes: 1 addition & 7 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,8 @@ jobs:
with:
submodules: true

# Until some stable alr with `alr install` is available, we cannot rely on
# the alr-install action, as that introduces a circular dependency. If a
# nightly build were to fail, there's no way to do an `alr install` anymore
# TODO: replace with `alr-install` once alr 2.0 is out.
- name: Install FSF toolchain
uses: ada-actions/toolchain@ce2020
with:
distrib: community
uses: alire-project/setup-alire@v3

- name: Replace toolchain with aarch64
if: ${{ runner.arch == 'ARM64' }}
Expand Down

0 comments on commit 1e8d485

Please sign in to comment.