Skip to content

Commit

Permalink
[skip ci] Debug cylc-dev build in .github/workflows/ubuntu-ci-x86_64-…
Browse files Browse the repository at this point in the history
…gnu.yaml
  • Loading branch information
climbfuji committed Jan 8, 2025
1 parent ede071b commit 7a3b460
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ubuntu-ci-x86_64-gnu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
# Set up spack-stack
source ./setup.sh
declare -a TEMPLATES=("unified-dev" "skylab-dev" "cylc-dev")
#declare -a TEMPLATES=("unified-dev" "skylab-dev" "cylc-dev")
declare -a TEMPLATES=("cylc-dev")
for TEMPLATE in "${TEMPLATES[@]}"; do
if [[ "${TEMPLATE}" == *"unified-dev"* ]]; then
export ENVNAME=ue-gcc-11.4.0-buildcache
Expand Down Expand Up @@ -106,7 +107,7 @@ jobs:
set +e
spack mirror add local-binary file:///home/ubuntu/spack-stack/build-cache/
spack buildcache update-index local-binary || (echo "No valid binary cache found, proceed without" && spack mirror rm local-binary)
set +e
set -e
echo "Packages in spack binary cache:"
spack buildcache list
fi
Expand Down

0 comments on commit 7a3b460

Please sign in to comment.