ci: remove --keep-stage flag (#49467)

logs are now copied from the install dir
This commit is contained in:
Ryan Krattiger
2025-03-15 03:41:25 -05:00
committed by GitHub
parent e35c5ec104
commit f32b5e572a
5 changed files with 22 additions and 29 deletions

View File

@@ -1,5 +1,3 @@
config:
build_stage:
- $spack/tmp/stage
install_tree:
root: $spack/opt/spack

View File

@@ -8,13 +8,5 @@ ci:
tags: [spack]
- build-job:
tags: [ "macos-sequoia", "apple-clang-16", "aarch64-macos" ]
# after_script intended to ensure all stage files are properly cleaned up,
# including those that may have been created as read-only by `go mod`
# as part of installation of a golang package
# see: https://github.com/spack/spack/issues/49147
after_script-:
- - if [[ -d tmp ]] ; then chmod -R u+w tmp ; else echo tmp not found ; fi
- ./bin/spack clean -a
- build-job-remove:
image:: macos-run-on-metal