Skip to content

Commit

Permalink
update perms for SPACK_INSTALL dir [deception-rebuild] [incline-rebuild]
Browse files Browse the repository at this point in the history
  • Loading branch information
jaelynlitz authored Oct 30, 2023
1 parent 127ea3c commit 6ec4b95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildsystem/load-spack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ spack env activate -p $SPACKENV &&
# Print relevant spack config for sanity check of environment.
echo "spack configuration will be installed into $SPACK_INSTALL" &&
mkdir -p $SPACK_INSTALL &&
chmod ug+wrx $SPACK_INSTALL &&
mkdir -p $SPACK_CACHE &&

# Print config if configured successfully
Expand Down

0 comments on commit 6ec4b95

Please sign in to comment.