Skip to content

Commit 7cd8925

Browse files
committed
bump again
Signed-off-by: Harmen Stoppels <harmenstoppels@gmail.com>
1 parent eea2c1e commit 7cd8925

4 files changed

Lines changed: 10 additions & 11 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616

1717
jobs:
1818
rebuild:
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-22.04
2020
permissions:
2121
packages: write
2222
steps:
@@ -46,5 +46,5 @@ jobs:
4646
env:
4747
GITHUB_USER: ${{ github.actor }}
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49-
run: spack -e . buildcache push -j $(($(nproc) + 1)) --base-image ubuntu:20.04 --update-index github-actions-buildcache
49+
run: spack -e . buildcache push -j $(($(nproc) + 1)) --base-image ubuntu:22.04 --update-index github-actions-buildcache
5050
if: ${{ !cancelled() }}

.github/workflows/update-index.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77

88
jobs:
99
update-index:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
permissions:
1212
packages: write
1313
steps:
@@ -21,4 +21,4 @@ jobs:
2121
env:
2222
GITHUB_USER: ${{ github.actor }}
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24-
run: spack buildcache update-index github-actions-buildcache
24+
run: spack -e . buildcache update-index github-actions-buildcache

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ This repo provides a buildcache to speed up Spack in your GitHub Actions.
44

55
Currently it provides binaries from Spack `develop` for
66

7-
- `%gcc@9 ^glibc@2.31 target=x86_64_v3`
8-
- `%clang@12 ^glibc@2.31 target=x86_64_v3`
7+
- `%gcc@11 ^glibc@2.35 target=x86_64_v3`
98

109
which are compatible with
1110

12-
- Ubuntu 20.04 and later
13-
- Debian 11 and later
11+
- Ubuntu 22.04 and later
12+
- Debian 12 and later
1413
- RHEL 9 and later
15-
- Fedora 32 and later
14+
- Fedora 36 and later
1615

1716
To use it, add an environment `spack.yaml` to the root of your own repository
1817

@@ -46,7 +45,7 @@ jobs:
4645
uses: actions/checkout@v4
4746

4847
- name: Setup Spack
49-
uses: spack/setup-spack@v2
48+
uses: spack/setup-spack@v3
5049

5150
- name: Concretize
5251
run: spack -e . concretize

spack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spack:
2121
- openmpi
2222
- perl
2323
- python@3.11
24-
- - '%gcc@9'
24+
- - '%gcc@11'
2525
concretizer:
2626
unify: false
2727
config:

0 commit comments

Comments
 (0)