-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Thomas Applencourt
committed
Oct 18, 2024
1 parent
d49c399
commit bfb3d92
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,28 +18,28 @@ jobs: | |
run: | | ||
. external/spack/share/spack/setup-env.sh | ||
spack repo add ./ | ||
spack install thapi ^ruby@3.1.0 | ||
spack install thapi ^ruby | ||
- name: Install thapi v0.0.7 | ||
run: | | ||
. external/spack/share/spack/setup-env.sh | ||
spack install [email protected] ^ruby@3.1.0 | ||
spack install [email protected] ^ruby | ||
- name: Install thapi v0.0.8 | ||
run: | | ||
. external/spack/share/spack/setup-env.sh | ||
spack install [email protected] ^ruby@3.1.0 | ||
spack install [email protected] ^ruby | ||
- name: Install thapi v0.0.9 | ||
run: | | ||
. external/spack/share/spack/setup-env.sh | ||
spack install [email protected] ^ruby@3.1.0 | ||
spack install [email protected] ^ruby | ||
- name: Install thapi v0.0.10 | ||
run: | | ||
. external/spack/share/spack/setup-env.sh | ||
spack install [email protected] ^ruby@3.1.0 | ||
spack install [email protected] ^ruby | ||
- name: Install thapi v0.0.11 | ||
run: | | ||
. external/spack/share/spack/setup-env.sh | ||
spack install [email protected] ^ruby@3.1.0 | ||
spack install [email protected] ^ruby | ||
- name: Install thapi master | ||
run: | | ||
. external/spack/share/spack/setup-env.sh | ||
spack install thapi@master ^lttng-tools@master ^lttng-ust@master ^babeltrace2@master ^ruby@3.1.0 | ||
spack install thapi@master ^lttng-tools@master ^lttng-ust@master ^babeltrace2@master ^ruby |