Skip to content
Snippets Groups Projects

fix: limit --no-cache retries to 1

Merged Wouter Deconinck requested to merge limit-no-cache-retries into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -447,7 +447,7 @@ eic:
2>&1 | tee build.log
; do
if grep "unknown blob" build.log ; then
BUILD_OPTIONS="--no-cache ${BUILD_OPTIONS}" ;
BUILD_OPTIONS="--no-cache-filter spack,builder,staging,runtime ${BUILD_OPTIONS}" ;
else
exit 1 ;
fi ;
Loading