Skip to content

Commit

Permalink
some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vancraar committed Dec 11, 2024
1 parent a718226 commit 8cfb01a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,12 @@ pipeline {
spack compiler find --scope system || true
# rm broken compiler
spack compiler rm -a [email protected]
spack external find --scope system || true
fi
if [[ -f ~/.spack/linux/compilers.yaml ]]; then
rm ~/.spack/linux/compilers.yaml
fi
spack clean -a || true
spack install hip+cuda || true
if [ ! -f $SPACK_SYSTEM_CONFIG_PATH/config.yaml ]; then
Expand All @@ -156,8 +155,6 @@ pipeline {
bash
spack external find --scope system || true
spack external find --scope system cuda || true
spack external find --scope system || true
spack uninstall -a -y plssvm@develop || true
spack clean -a || true
Expand Down

0 comments on commit 8cfb01a

Please sign in to comment.