From 4d3fb6cd772b5e1a0d5bb594c796bd4d6b3ef8b7 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Thu, 21 Mar 2024 14:47:26 +0100 Subject: [PATCH] Use alr 2.0.1 in checks (#1017) --- .github/workflows/build-distros.yml | 8 ++++---- .github/workflows/build-native.yml | 2 +- .github/workflows/check-index.yml | 6 +++--- .github/workflows/diff-release.yml | 6 +++--- index/li/libhello/libhello-1.0.1.toml | 3 +++ 5 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build-distros.yml b/.github/workflows/build-distros.yml index c9f1c944..3f20342c 100644 --- a/.github/workflows/build-distros.yml +++ b/.github/workflows/build-distros.yml @@ -7,7 +7,7 @@ name: Build Crate (Distro toolchain) env: CHECKS_ORG: alire-project CHECKS_REPO: alire-index-checks - ALR_VERSION: 2.0.0 + ALR_VERSION: 2.0.1 on: pull_request: @@ -50,14 +50,14 @@ jobs: - name: Set up stable `alr` if: contains(github.base_ref, 'stable-') - uses: alire-project/setup-alire@v2 + uses: alire-project/setup-alire@v3 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@v2 + uses: alire-project/setup-alire@v3 with: toolchain: --disable-assistant # We want to use the external ones in this workflow branch: master @@ -67,4 +67,4 @@ jobs: with: image: ghcr.io/alire-project/docker/gnat:${{matrix.tag}} command: ${{env.CHECKS_REPO}}/scripts/gh-build-crate.sh - params: -v ${{ github.workspace }}/alire_install/bin/alr:/usr/bin/alr \ No newline at end of file + params: -v ${{ github.workspace }}/alire_install/bin/alr:/usr/bin/alr diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index 621df626..57fdade0 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -6,7 +6,7 @@ name: Build Crate (Alire toolchain) env: CHECKS_ORG: alire-project CHECKS_REPO: alire-index-checks - ALR_VERSION: 2.0.0 + ALR_VERSION: 2.0.1 PACMAN: C:\Users\runneradmin\AppData\Local\alire\cache\msys64\usr\bin\pacman on: diff --git a/.github/workflows/check-index.yml b/.github/workflows/check-index.yml index ffa419fd..d4e91b3e 100644 --- a/.github/workflows/check-index.yml +++ b/.github/workflows/check-index.yml @@ -1,7 +1,7 @@ name: Check Index env: - ALR_VERSION: 2.0.0 + ALR_VERSION: 2.0.1 on: pull_request @@ -13,13 +13,13 @@ jobs: - name: Set up stable `alr` if: contains(github.base_ref, 'stable-') - uses: alire-project/setup-alire@v2 + uses: alire-project/setup-alire@v3 with: version: ${{env.ALR_VERSION}} - name: Set up devel `alr` if: contains(github.base_ref, 'devel-') - uses: alire-project/setup-alire@v2 + uses: alire-project/setup-alire@v3 with: branch: master diff --git a/.github/workflows/diff-release.yml b/.github/workflows/diff-release.yml index 7bc9ee45..b0d6a7a9 100644 --- a/.github/workflows/diff-release.yml +++ b/.github/workflows/diff-release.yml @@ -8,7 +8,7 @@ name: Diff release env: CHECKS_ORG: alire-project CHECKS_REPO: alire-index-checks - ALR_VERSION: 2.0.0 + ALR_VERSION: 2.0.1 on: pull_request: @@ -39,14 +39,14 @@ jobs: - name: Set up stable `alr` if: contains(github.base_ref, 'stable-') - uses: alire-project/setup-alire@v2 + uses: alire-project/setup-alire@v3 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@v2 + uses: alire-project/setup-alire@v3 with: toolchain: --disable-assistant # We don't need the compiler branch: master diff --git a/index/li/libhello/libhello-1.0.1.toml b/index/li/libhello/libhello-1.0.1.toml index dcc9d0d1..0d588c50 100644 --- a/index/li/libhello/libhello-1.0.1.toml +++ b/index/li/libhello/libhello-1.0.1.toml @@ -13,3 +13,6 @@ maintainers-logins = ["mosteo"] commit = "3c15bc7f3df22298077c9e96f178adc2829feb42" 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-03-21 14:29:00 CET \ No newline at end of file