Skip to content

Commit

Permalink
remove merged patch
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed May 18, 2024
1 parent 4e9b5b6 commit 158967f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
- name: Setup Spack
uses: spack/setup-spack@5ab3c91bdefffffad9a7e45d1d156146afebb3a7

- name: Add Spack bug fix
run: curl -LfsS https://github.com/spack/spack/pull/43136.patch | git -C spack apply -

- name: Find compilers
run: spack -e . compiler find --mixed-toolchain

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/update-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
- name: Setup Spack
uses: spack/setup-spack@5ab3c91bdefffffad9a7e45d1d156146afebb3a7

- name: Add Spack bug fix
run: curl -LfsS https://github.com/spack/spack/pull/43136.patch | git -C spack apply -

- name: Push packages and update index
run: |
spack mirror set --push --oci-username ${{ github.actor }} --oci-password "${{ secrets.GITHUB_TOKEN }}" github-actions-buildcache
Expand Down

0 comments on commit 158967f

Please sign in to comment.