Skip to content

Commit

Permalink
debug macos-ci-aarch64.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Jun 18, 2024
1 parent 2d79479 commit bfa0ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-ci-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ jobs:
# Test environment chaining
echo "Test environment chaining"
spack stack create env --name chaintest --template empty --site macos.default --upstream $(realpath envs/${ENVNAME}/install)
spack stack create env --name chaintest --template empty --site macos.default --upstream ${ENVDIR}/install
# Retain config from upstream so we don't have to rebuild:
cp -r $PWD/envs/${ENVNAME}/{site,common} $PWD/envs/chaintest/.
cp -r ${ENVDIR}/{site,common} $PWD/envs/chaintest/.
spack env activate ${PWD}/envs/chaintest
spack add [email protected]%apple-clang
spack concretize | tee envs/chaintest/log.concretize
Expand Down

0 comments on commit bfa0ba7

Please sign in to comment.