Skip to content
Snippets Groups Projects
Commit 2621703b authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: rm staging from BUILD_OPTIONS --no-cache-filter

parent d69f828f
No related branches found
No related tags found
No related merge requests found
...@@ -449,7 +449,7 @@ eic: ...@@ -449,7 +449,7 @@ eic:
2>&1 | tee build.log 2>&1 | tee build.log
; do ; do
if grep "unknown blob" build.log ; then 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 else
exit 1 ; exit 1 ;
fi ; fi ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment