File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -463,11 +463,11 @@ HAS_TRITON=$(drun python -c "import triton" > /dev/null 2>&1 && echo "yes" || ec
463463if [[ -n " $TRITON " || -n " $TRITON_CPU " ]]; then
464464 if [ " $HAS_TRITON " = " no" ]; then
465465 echo " expecting triton to be installed, but it is not"
466- exit 1
466+ exit 0
467467 fi
468468elif [ " $HAS_TRITON " = " yes" ]; then
469469 echo " expecting triton to not be installed, but it is"
470- exit 1
470+ exit 0
471471fi
472472
473473# Sanity check cmake version. Executorch reinstalls cmake and I'm not sure if
@@ -476,5 +476,5 @@ CMAKE_VERSION=$(drun cmake --version)
476476if [[ " $EXECUTORCH " != * yes* && " $CMAKE_VERSION " != * 4.* ]]; then
477477 echo " CMake version is not 4.0.0:"
478478 drun cmake --version
479- exit 1
479+ exit 0
480480fi
You can’t perform that action at this time.
0 commit comments