Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Nov 8, 2023
1 parent e972cfc commit daee10d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
rebuild:
timeout-minutes: 180
timeout-minutes: 360
runs-on: ubuntu-22.04
permissions:
packages: write
Expand All @@ -39,7 +39,7 @@ jobs:
run: spack -e . concretize

- name: Install
timeout-minutes: 150
timeout-minutes: 350
run: |
spack -e . env depfile -o Makefile
make -Orecurse -j $(($(nproc) + 1)) SPACK_INSTALL_FLAGS=--no-check-signature
Expand Down
2 changes: 2 additions & 0 deletions spack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
spack:
view: false
specs:
# - [email protected]
- [email protected]
- sombrero@2021-08-16
concretizer:
unify: false
Expand Down

0 comments on commit daee10d

Please sign in to comment.