Commit 49a33484 by Antonio Maiorano

Enable Kokoro LLVM 10 builds on Windows

Bug: b/152339534 Change-Id: Ia5a05a77bc6150b02bd467dda2d5c090181fc8c0 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/46209 Kokoro-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarAntonio Maiorano <amaiorano@google.com>
parent 609b4e6e
...@@ -7,12 +7,7 @@ SET SRC=%cd%\git\SwiftShader ...@@ -7,12 +7,7 @@ SET SRC=%cd%\git\SwiftShader
cd %SRC% || goto :error cd %SRC% || goto :error
IF "%LLVM_VERSION%"=="10.0" ( REM Lower the amount of debug info, to reduce Kokoro build times.
ECHO "TODO(b/152339534): LLVM 10 migration is still in progress"
EXIT 0
)
# Lower the amount of debug info, to reduce Kokoro build times.
SET LESS_DEBUG_INFO=1 SET LESS_DEBUG_INFO=1
cd %SRC%\build || goto :error cd %SRC%\build || goto :error
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment