feat: testing on Ubuntu aarch64 (#1441)
* Enable testing in Ubuntu ARM * Bump setup-alire
This commit is contained in:
committed by
GitHub
parent
1e7da33757
commit
f189c45bd9
@@ -29,7 +29,7 @@ jobs:
|
||||
path: ${{env.CHECKS_REPO}}
|
||||
|
||||
- name: Set up stable `alr`
|
||||
uses: alire-project/setup-alire@v4
|
||||
uses: alire-project/setup-alire@v5
|
||||
with:
|
||||
version: ${{env.ALR_VERSION}}
|
||||
|
||||
|
||||
@@ -54,14 +54,14 @@ jobs:
|
||||
|
||||
- name: Set up stable `alr`
|
||||
if: contains(github.base_ref, 'stable-')
|
||||
uses: alire-project/setup-alire@v4
|
||||
uses: alire-project/setup-alire@v5
|
||||
with:
|
||||
toolchain: --disable-assistant # We want to use the external ones in this workflow
|
||||
version: ${{env.ALR_VERSION}}
|
||||
|
||||
- name: Set up devel `alr`
|
||||
if: contains(github.base_ref, 'devel-')
|
||||
uses: alire-project/setup-alire@v4
|
||||
uses: alire-project/setup-alire@v5
|
||||
with:
|
||||
toolchain: --disable-assistant # We want to use the external ones in this workflow
|
||||
branch: master
|
||||
|
||||
@@ -30,9 +30,10 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- macos-13 # amd64
|
||||
- macos-latest # arm64
|
||||
- macos-13 # amd64
|
||||
- macos-latest # arm64
|
||||
- ubuntu-latest
|
||||
- ubuntu-24.04-arm
|
||||
- windows-latest
|
||||
|
||||
steps:
|
||||
@@ -53,7 +54,7 @@ jobs:
|
||||
path: ${{env.CHECKS_REPO}}
|
||||
|
||||
- name: Set up devel `alr`
|
||||
uses: alire-project/setup-alire@v4
|
||||
uses: alire-project/setup-alire@v5
|
||||
with:
|
||||
branch: 'master'
|
||||
|
||||
|
||||
@@ -27,9 +27,10 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- macos-13 # amd64
|
||||
- macos-latest # arm64
|
||||
- macos-13 # amd64
|
||||
- macos-latest # arm64
|
||||
- ubuntu-latest
|
||||
- ubuntu-24.04-arm
|
||||
- windows-latest
|
||||
|
||||
steps:
|
||||
@@ -52,14 +53,14 @@ jobs:
|
||||
# By default, this also sets up the newest indexed native toolchain
|
||||
- name: Set up stable `alr`
|
||||
if: contains(github.base_ref, 'stable-')
|
||||
uses: alire-project/setup-alire@v4
|
||||
uses: alire-project/setup-alire@v5
|
||||
with:
|
||||
version: ${{env.ALR_VERSION}}
|
||||
|
||||
# By default, this also sets up the newest indexed native toolchain
|
||||
- name: Set up devel `alr`
|
||||
if: contains(github.base_ref, 'devel-')
|
||||
uses: alire-project/setup-alire@v4
|
||||
uses: alire-project/setup-alire@v5
|
||||
with:
|
||||
branch: 'master'
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ jobs:
|
||||
path: ${{env.CHECKS_REPO}}
|
||||
|
||||
- name: Set up stable `alr`
|
||||
uses: alire-project/setup-alire@v4
|
||||
uses: alire-project/setup-alire@v5
|
||||
with:
|
||||
version: ${{env.ALR_VERSION}}
|
||||
|
||||
|
||||
@@ -13,13 +13,13 @@ jobs:
|
||||
|
||||
- name: Set up stable `alr`
|
||||
if: contains(github.base_ref, 'stable-')
|
||||
uses: alire-project/setup-alire@v4
|
||||
uses: alire-project/setup-alire@v5
|
||||
with:
|
||||
version: ${{env.ALR_VERSION}}
|
||||
|
||||
- name: Set up devel `alr`
|
||||
if: contains(github.base_ref, 'devel-')
|
||||
uses: alire-project/setup-alire@v4
|
||||
uses: alire-project/setup-alire@v5
|
||||
with:
|
||||
branch: master
|
||||
|
||||
|
||||
@@ -39,14 +39,14 @@ jobs:
|
||||
|
||||
- name: Set up stable `alr`
|
||||
if: contains(github.base_ref, 'stable-')
|
||||
uses: alire-project/setup-alire@v3
|
||||
uses: alire-project/setup-alire@v5
|
||||
with:
|
||||
toolchain: --disable-assistant # We don't need the compiler
|
||||
version: ${{env.ALR_VERSION}}
|
||||
|
||||
- name: Set up devel `alr`
|
||||
if: contains(github.base_ref, 'devel-')
|
||||
uses: alire-project/setup-alire@v4
|
||||
uses: alire-project/setup-alire@v5
|
||||
with:
|
||||
toolchain: --disable-assistant # We don't need the compiler
|
||||
branch: master
|
||||
|
||||
@@ -15,4 +15,4 @@ url = "git+https://github.com/alire-project/libhello.git"
|
||||
|
||||
# We use this crate as a trigger to conveniently test minor changes to
|
||||
# metaprocesses of the CI of the repository itself.
|
||||
# Last touch: 2024-10-13 13:53 CET
|
||||
# Last touch: 2025-03-18 21:06 CET
|
||||
|
||||
Reference in New Issue
Block a user