File tree 1 file changed +8
-4
lines changed 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 7
7
# Our repo name contains upper case characters, so we can't use ${{ github.repository }}
8
8
IMAGE_NAME : gridkit
9
9
USERNAME : gridkit-bot
10
- BASE_VERSION : ubuntu-24.04-fortran-v0.2.7
10
+ BASE_VERSION : ubuntu-24.04-fortran-v0.2.8
11
11
12
12
# Until we remove the need to clone submodules to build, this should on be in PRs
13
13
on : [pull_request]
97
97
matrix :
98
98
# Minimal Build(s) - GHCR mirror speeds these up a lot!
99
99
spack_spec :
100
- - llvm@16
101
- # - gridkit@develop +enzyme
100
+ - gridkit@develop +enzyme
102
101
103
102
name : Build gridkit with Spack
104
103
steps :
@@ -126,7 +125,12 @@ jobs:
126
125
padded_length: 128
127
126
mirrors:
128
127
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
130
134
EOF
131
135
132
136
- name : Configure GHCR mirror
You can’t perform that action at this time.
0 commit comments