Skip to content

Commit ee261f6

Browse files
committed
Mount entire spack home directory for cache reuse
1 parent baa276e commit ee261f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/outputs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
- name: Re-generate outputs from tutorial scripts
4444
run: |
4545
chmod -R a+w outputs
46-
mkdir spack && sudo chown -R 1000:1000 spack
47-
DOCKER_RUN_OPTS="-e COLUMNS=94 -e COLIFY_SIZE=24x94 -v $(pwd)/spack:/home/spack/spack"
46+
mkdir spack-home && sudo chown -R 1000:1000 spack-home
47+
DOCKER_RUN_OPTS="-e COLUMNS=94 -e COLIFY_SIZE=24x94 -v $(pwd)/spack-home:/home/spack"
4848
make -C outputs -j $(nproc) DOCKER_RUN_OPTS="$DOCKER_RUN_OPTS" container=ghcr.io/spack/tutorial
4949
5050
- name: Show diff of modified files

0 commit comments

Comments
 (0)