Skip to content

Commit

Permalink
Merge pull request #225 from ExaWorks/llnl-ci/bugfix-spack
Browse files Browse the repository at this point in the history
Fixed multiline sed command
  • Loading branch information
RamonAra209 authored Dec 11, 2023
2 parents 71d7ec1 + a9547e2 commit 14e8047
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab/llnl-ci-spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ stages:
- spack config add packages:ant:buildable:false
- spack config add packages:ant:externals:spec:ant@1.10.5
# - spack config add packages:ant:externals:prefix:"/usr" # FIXME/NOTE: uncomment once spack PR: https://github.com/spack/spack/pull/40976 is merged
- sed -i '/- spec: ant@1\.10\.5/ a \ \ \ \ \ \ \ prefix: /usr' \
- >
sed -i '/- spec: ant@1\.10\.5/ a \ \ \ \ \ \ \ prefix: /usr'
$(find $(spack location -e ${SPACK_ENV_NAME}) -name spack.yaml -print -quit) # NOTE: This is a temporary fix until pr above is merged
- module --latest load gcc && spack compiler find
- spack add rust ^openssl certs=system
Expand Down

0 comments on commit 14e8047

Please sign in to comment.