Skip to content

Commit 8cfb01a

Browse files
committed
some cleanup
1 parent a718226 commit 8cfb01a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.jenkins/Jenkinsfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)