Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update presubmit.yml #36

Merged
merged 2 commits into from
Jul 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]
Loading