File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -134,13 +134,12 @@ pipeline {
134134 spack compiler find --scope system || true
135135 # rm broken compiler
136136 spack compiler rm -a [email protected] 137- spack external find --scope system || true
138137 fi
139138
140139 if [[ -f ~/.spack/linux/compilers.yaml ]]; then
141140 rm ~/.spack/linux/compilers.yaml
142141 fi
143- spack clean -a || true
142+
144143 spack install hip+cuda || true
145144
146145 if [ ! -f $SPACK_SYSTEM_CONFIG_PATH/config.yaml ]; then
@@ -156,8 +155,6 @@ pipeline {
156155 bash
157156 spack external find --scope system || true
158157 spack external find --scope system cuda || true
159- spack external find --scope system || true
160-
161158
162159 spack uninstall -a -y plssvm@develop || true
163160 spack clean -a || true
You can’t perform that action at this time.
0 commit comments