We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f416f commit 0630b95Copy full SHA for 0630b95
.github/workflows/build.yaml
@@ -14,7 +14,7 @@ on:
14
15
env:
16
SPACK_BACKTRACE: 1
17
- SPACK_REF: a91f96292c5d999463818365a3dfdabacdd3a31b # develop@2025-03-06
+ SPACK_REF: 016954fcffd63171afb04de3488bd4a9de17fd5b # develop@2025-03-17
18
19
jobs:
20
rebuild:
@@ -32,13 +32,6 @@ jobs:
32
buildcache: true
33
color: true
34
35
- - name: Patch spack # To be deleted; see associated github pulls
36
- working-directory: spack
37
- run: |
38
- for id in 49397 49511; do
39
- curl -LfsS "https://github.com/spack/spack/pull/${id}.diff" | patch -p1
40
- done
41
-
42
- name: Find compilers
43
run: spack -e . compiler find --mixed-toolchain
44
0 commit comments