Skip to content

Commit c08b524

Browse files
committed
Try v0.23.1 Spack buildcache.
1 parent 9c606ed commit c08b524

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/spack_default_build.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
# Our repo name contains upper case characters, so we can't use ${{ github.repository }}
88
IMAGE_NAME: gridkit
99
USERNAME: gridkit-bot
10-
BASE_VERSION: ubuntu-24.04-fortran-v0.2.7
10+
BASE_VERSION: ubuntu-24.04-fortran-v0.2.8
1111

1212
# Until we remove the need to clone submodules to build, this should on be in PRs
1313
on: [pull_request]
@@ -97,8 +97,7 @@ jobs:
9797
matrix:
9898
# Minimal Build(s) - GHCR mirror speeds these up a lot!
9999
spack_spec:
100-
- llvm@16
101-
#- gridkit@develop +enzyme
100+
- gridkit@develop +enzyme
102101

103102
name: Build gridkit with Spack
104103
steps:
@@ -126,7 +125,12 @@ jobs:
126125
padded_length: 128
127126
mirrors:
128127
local-buildcache: oci://${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
129-
spack: https://binaries.spack.io/develop
128+
spack: https://binaries.spack.io/v0.23.1
129+
packages:
130+
llvm:
131+
externals:
132+
- spec: llvm@16
133+
prefix: /usr/lib/llvm-16
130134
EOF
131135
132136
- name: Configure GHCR mirror

0 commit comments

Comments
 (0)