CI: Move the build stage to the project root instead of tmp (#47996)

On MacOS the tmpdir fills up over time and isn't cleared properly.
Move the build stage to a location it is cleared after each build.
This commit is contained in:
kwryankrattiger
2024-12-13 00:55:01 -06:00
committed by GitHub
parent 0f21f24356
commit ef615bcc7e

View File

@@ -5,4 +5,6 @@ config:
padded_length: 256
projections:
all: '{architecture}/{compiler.name}-{compiler.version}/{name}-{version}-{hash}'
build_stage:
- $spack/tmp/stage