File tree 1 file changed +4
-9
lines changed
1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,10 @@ jobs:
131
131
externals:
132
132
- spec: llvm@16
133
133
prefix: /usr/lib/llvm-16
134
+ extra_attributes:
135
+ compilers:
136
+ c: /usr/lib/llvm-16/bin/clang
137
+ cxx: /usr/lib/llvm-16/bin/clang++
134
138
EOF
135
139
136
140
- name : Configure GHCR mirror
@@ -139,12 +143,6 @@ jobs:
139
143
- name : Trust keys
140
144
run : spack -e . buildcache keys --install --trust
141
145
142
- - name : Find compilers
143
- run : spack -e . compiler find
144
-
145
- - name : List compilers
146
- run : spack -e . compiler list
147
-
148
146
- name : Find external packages
149
147
run : spack -e . external find --all --exclude llvm
150
148
@@ -154,9 +152,6 @@ jobs:
154
152
- name : List working directory
155
153
run : ls -ltrh $(pwd)/*/*/
156
154
157
- - name : List spack.yaml
158
- run : cat spack.yaml
159
-
160
155
- name : Concretize
161
156
run : spack -e . concretize
162
157
You can’t perform that action at this time.
0 commit comments