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:
parent
0f21f24356
commit
ef615bcc7e
@ -5,4 +5,6 @@ config:
|
|||||||
padded_length: 256
|
padded_length: 256
|
||||||
projections:
|
projections:
|
||||||
all: '{architecture}/{compiler.name}-{compiler.version}/{name}-{version}-{hash}'
|
all: '{architecture}/{compiler.name}-{compiler.version}/{name}-{version}-{hash}'
|
||||||
|
build_stage:
|
||||||
|
- $spack/tmp/stage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user