Skip to content
Snippets Groups Projects

feat: remove staging layer in container build

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