dev: bump Alire version to 2.1.1 and setup-alire to @latest (#1942)
* dev: bump Alire to 2.1.1 and setup-alire to @latest * Touch libhello
This commit is contained in:
committed by
GitHub
parent
e61b85281c
commit
a3da892532
@@ -7,7 +7,7 @@ name: Build Crate (Distro toolchain)
|
|||||||
env:
|
env:
|
||||||
CHECKS_ORG: alire-project
|
CHECKS_ORG: alire-project
|
||||||
CHECKS_REPO: alire-index-checks
|
CHECKS_REPO: alire-index-checks
|
||||||
ALR_VERSION: 2.1.0
|
ALR_VERSION: 2.1.1
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
@@ -56,14 +56,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up stable `alr`
|
- name: Set up stable `alr`
|
||||||
if: contains(github.base_ref, 'stable-')
|
if: contains(github.base_ref, 'stable-')
|
||||||
uses: alire-project/setup-alire@v5
|
uses: alire-project/setup-alire@latest
|
||||||
with:
|
with:
|
||||||
toolchain: --disable-assistant # We want to use the external ones in this workflow
|
toolchain: --disable-assistant # We want to use the external ones in this workflow
|
||||||
version: ${{env.ALR_VERSION}}
|
version: ${{env.ALR_VERSION}}
|
||||||
|
|
||||||
- name: Set up devel `alr`
|
- name: Set up devel `alr`
|
||||||
if: contains(github.base_ref, 'devel-')
|
if: contains(github.base_ref, 'devel-')
|
||||||
uses: alire-project/setup-alire@v5
|
uses: alire-project/setup-alire@latest
|
||||||
with:
|
with:
|
||||||
toolchain: --disable-assistant # We want to use the external ones in this workflow
|
toolchain: --disable-assistant # We want to use the external ones in this workflow
|
||||||
branch: master
|
branch: master
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ jobs:
|
|||||||
path: ${{env.CHECKS_REPO}}
|
path: ${{env.CHECKS_REPO}}
|
||||||
|
|
||||||
- name: Set up devel `alr`
|
- name: Set up devel `alr`
|
||||||
uses: alire-project/setup-alire@v5
|
uses: alire-project/setup-alire@latest
|
||||||
with:
|
with:
|
||||||
branch: 'master'
|
branch: 'master'
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ name: Build Crate (Alire toolchain)
|
|||||||
env:
|
env:
|
||||||
CHECKS_ORG: alire-project
|
CHECKS_ORG: alire-project
|
||||||
CHECKS_REPO: alire-index-checks
|
CHECKS_REPO: alire-index-checks
|
||||||
ALR_VERSION: 2.1.0
|
ALR_VERSION: 2.1.1
|
||||||
PACMAN: C:\Users\runneradmin\AppData\Local\alire\cache\msys64\usr\bin\pacman
|
PACMAN: C:\Users\runneradmin\AppData\Local\alire\cache\msys64\usr\bin\pacman
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -53,14 +53,14 @@ jobs:
|
|||||||
# By default, this also sets up the newest indexed native toolchain
|
# By default, this also sets up the newest indexed native toolchain
|
||||||
- name: Set up stable `alr`
|
- name: Set up stable `alr`
|
||||||
if: contains(github.base_ref, 'stable-')
|
if: contains(github.base_ref, 'stable-')
|
||||||
uses: alire-project/setup-alire@v5
|
uses: alire-project/setup-alire@latest
|
||||||
with:
|
with:
|
||||||
version: ${{env.ALR_VERSION}}
|
version: ${{env.ALR_VERSION}}
|
||||||
|
|
||||||
# By default, this also sets up the newest indexed native toolchain
|
# By default, this also sets up the newest indexed native toolchain
|
||||||
- name: Set up devel `alr`
|
- name: Set up devel `alr`
|
||||||
if: contains(github.base_ref, 'devel-')
|
if: contains(github.base_ref, 'devel-')
|
||||||
uses: alire-project/setup-alire@v5
|
uses: alire-project/setup-alire@latest
|
||||||
with:
|
with:
|
||||||
branch: 'master'
|
branch: 'master'
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ name: Build Crate (MacPorts)
|
|||||||
env:
|
env:
|
||||||
CHECKS_ORG: alire-project
|
CHECKS_ORG: alire-project
|
||||||
CHECKS_REPO: alire-index-checks
|
CHECKS_REPO: alire-index-checks
|
||||||
ALR_VERSION: 2.1.0
|
ALR_VERSION: 2.1.1
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
@@ -50,7 +50,7 @@ jobs:
|
|||||||
path: ${{env.CHECKS_REPO}}
|
path: ${{env.CHECKS_REPO}}
|
||||||
|
|
||||||
- name: Set up stable `alr`
|
- name: Set up stable `alr`
|
||||||
uses: alire-project/setup-alire@v5
|
uses: alire-project/setup-alire@latest
|
||||||
with:
|
with:
|
||||||
version: ${{env.ALR_VERSION}}
|
version: ${{env.ALR_VERSION}}
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: Check Index
|
name: Check Index
|
||||||
|
|
||||||
env:
|
env:
|
||||||
ALR_VERSION: 2.1.0
|
ALR_VERSION: 2.1.1
|
||||||
|
|
||||||
on: pull_request
|
on: pull_request
|
||||||
|
|
||||||
@@ -13,13 +13,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up stable `alr`
|
- name: Set up stable `alr`
|
||||||
if: contains(github.base_ref, 'stable-')
|
if: contains(github.base_ref, 'stable-')
|
||||||
uses: alire-project/setup-alire@v5
|
uses: alire-project/setup-alire@latest
|
||||||
with:
|
with:
|
||||||
version: ${{env.ALR_VERSION}}
|
version: ${{env.ALR_VERSION}}
|
||||||
|
|
||||||
- name: Set up devel `alr`
|
- name: Set up devel `alr`
|
||||||
if: contains(github.base_ref, 'devel-')
|
if: contains(github.base_ref, 'devel-')
|
||||||
uses: alire-project/setup-alire@v5
|
uses: alire-project/setup-alire@latest
|
||||||
with:
|
with:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ on:
|
|||||||
env:
|
env:
|
||||||
CHECKS_ORG: alire-project
|
CHECKS_ORG: alire-project
|
||||||
CHECKS_REPO: alire-index-checks
|
CHECKS_REPO: alire-index-checks
|
||||||
ALR_VERSION: 2.1.0
|
ALR_VERSION: 2.1.1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
@@ -47,7 +47,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up stable `alr`
|
- name: Set up stable `alr`
|
||||||
if: inputs.setup_alr
|
if: inputs.setup_alr
|
||||||
uses: alire-project/setup-alire@v5
|
uses: alire-project/setup-alire@latest
|
||||||
with:
|
with:
|
||||||
version: ${{env.ALR_VERSION}}
|
version: ${{env.ALR_VERSION}}
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ name: Diff release
|
|||||||
env:
|
env:
|
||||||
CHECKS_ORG: alire-project
|
CHECKS_ORG: alire-project
|
||||||
CHECKS_REPO: alire-index-checks
|
CHECKS_REPO: alire-index-checks
|
||||||
ALR_VERSION: 2.1.0
|
ALR_VERSION: 2.1.1
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
@@ -39,14 +39,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up stable `alr`
|
- name: Set up stable `alr`
|
||||||
if: contains(github.base_ref, 'stable-')
|
if: contains(github.base_ref, 'stable-')
|
||||||
uses: alire-project/setup-alire@v5
|
uses: alire-project/setup-alire@latest
|
||||||
with:
|
with:
|
||||||
toolchain: --disable-assistant # We don't need the compiler
|
toolchain: --disable-assistant # We don't need the compiler
|
||||||
version: ${{env.ALR_VERSION}}
|
version: ${{env.ALR_VERSION}}
|
||||||
|
|
||||||
- name: Set up devel `alr`
|
- name: Set up devel `alr`
|
||||||
if: contains(github.base_ref, 'devel-')
|
if: contains(github.base_ref, 'devel-')
|
||||||
uses: alire-project/setup-alire@v5
|
uses: alire-project/setup-alire@latest
|
||||||
with:
|
with:
|
||||||
toolchain: --disable-assistant # We don't need the compiler
|
toolchain: --disable-assistant # We don't need the compiler
|
||||||
branch: master
|
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
|
# We use this crate as a trigger to conveniently test minor changes to
|
||||||
# metaprocesses of the CI of the repository itself.
|
# metaprocesses of the CI of the repository itself.
|
||||||
# Last touch: 2026-05-22 17:13 CEST
|
# Last touch: 2026-06-02 17:13 CEST
|
||||||
|
|||||||
Reference in New Issue
Block a user