Skip to content

Commit

Permalink
skip lit tests on windows due to timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Oct 2, 2024
1 parent e30f449 commit 980f460
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if %ERRORLEVEL% neq 0 exit 1
REM bin\opt -S -vector-library=SVML -mcpu=haswell -O3 %RECIPE_DIR%\numba-3016.ll | bin\FileCheck %RECIPE_DIR%\numba-3016.ll
REM if %ERRORLEVEL% neq 0 exit 1

:: takes ~30min
cd ..\llvm\test
python ..\..\build\bin\llvm-lit.py -vv Transforms ExecutionEngine Analysis CodeGen/X86
if %ERRORLEVEL% neq 0 exit 1
:: :: takes ~30min
:: cd ..\llvm\test
:: python ..\..\build\bin\llvm-lit.py -vv Transforms ExecutionEngine Analysis CodeGen/X86
:: if %ERRORLEVEL% neq 0 exit 1

0 comments on commit 980f460

Please sign in to comment.