Skip to content

Commit

Permalink
Merge pull request #36 from argonne-lcf/Kerilk-patch-1
Browse files Browse the repository at this point in the history
Update presubmit.yml
  • Loading branch information
TApplencourt authored Jul 25, 2024
2 parents 0492a07 + ea4c6ed commit 9997ebe
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,28 @@ jobs:
run: |
. external/spack/share/spack/setup-env.sh
spack repo add ./
spack install thapi
spack install thapi ^[email protected]
- name: Install thapi v0.0.7
run: |
. external/spack/share/spack/setup-env.sh
spack install [email protected]
spack install [email protected] ^[email protected]
- name: Install thapi v0.0.8
run: |
. external/spack/share/spack/setup-env.sh
spack install [email protected]
spack install [email protected] ^[email protected]
- name: Install thapi v0.0.9
run: |
. external/spack/share/spack/setup-env.sh
spack install [email protected]
spack install [email protected] ^[email protected]
- name: Install thapi v0.0.10
run: |
. external/spack/share/spack/setup-env.sh
spack install [email protected]
spack install [email protected] ^[email protected]
- name: Install thapi v0.0.11
run: |
. external/spack/share/spack/setup-env.sh
spack install [email protected]
spack install [email protected] ^[email protected]
- name: Install thapi master
run: |
. external/spack/share/spack/setup-env.sh
spack install thapi@master ^lttng-tools@master ^lttng-ust@master ^babeltrace2@master
spack install thapi@master ^lttng-tools@master ^lttng-ust@master ^babeltrace2@master ^[email protected]

0 comments on commit 9997ebe

Please sign in to comment.