Skip to content

Commit

Permalink
Use buildcache create --only options for emergency buildcache too
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Nov 29, 2023
1 parent 647d808 commit 2157d39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/build-spack-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1352,6 +1352,7 @@ if (( failed )) && (( want_emergency_buildcache )); then \
_cmd $ERROR $PIPE spack \
\${common_spack_opts[*]:+\"\${common_spack_opts[@]}\"} \
buildcache create \
\${buildcache_package_opts[*]:+\"\${buildcache_package_opts[@]}\"} \
\${buildcache_key_opts[*]:+\"\${buildcache_key_opts[@]}\"} \
\$buildcache_rel_arg --rebuild-index \
\"$working_dir/copyBack/spack-emergency-cache\" \
Expand Down

0 comments on commit 2157d39

Please sign in to comment.