Skip to content
Snippets Groups Projects
Unverified Commit ef615bcc authored by kwryankrattiger's avatar kwryankrattiger Committed by GitHub
Browse files

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.
parent 0f21f243
No related branches found
No related tags found
No related merge requests found
...@@ -5,4 +5,6 @@ config: ...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment