Skip to content

Commit

Permalink
Remove patches
Browse files Browse the repository at this point in the history
  • Loading branch information
sethrj committed Jan 9, 2025
1 parent 4893093 commit a2d61ee
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
SPACK_BACKTRACE: 1
SPACK_REF: 866785bd74964142e4b47bf71bee68d7426c84ee # develop@2024-12-31
SPACK_REF: 1c9b042d3a9809073e33cc8da3b6ec96d8e52082 # develop@2025-01-08

jobs:
rebuild:
Expand All @@ -32,12 +32,6 @@ jobs:
buildcache: true
color: true

- name: Patch spack
run: |
curl -LfsS https://patch-diff.githubusercontent.com/spack/spack/pull/48328.diff | patch -p1
curl -LfsS https://patch-diff.githubusercontent.com/spack/spack/pull/48332.diff | patch -p1
curl -LfsS https://patch-diff.githubusercontent.com/spack/spack/pull/48347.diff | patch -p1
- name: Find compilers
run: spack -e . compiler find --mixed-toolchain

Expand Down

0 comments on commit a2d61ee

Please sign in to comment.