Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,7 @@
"-DCLANG_DEFAULT_LINKER=lld",
"-DCMAKE_TRY_COMPILE_CONFIGURATION=Release",
"-DCOMPILER_RT_BUILD_SANITIZERS=OFF",
"-DCMAKE_C_COMPILER_LAUNCHER=ccache",
"-DCMAKE_CXX_COMPILER_LAUNCHER=ccache"])},
"-DLLVM_CCACHE_BUILD=ON"])},

## ARMv8 check-all
{'name' : "clang-armv8-quick",
Expand Down Expand Up @@ -665,8 +664,7 @@
extra_cmake_args=[
"-DCLANG_DEFAULT_LINKER=lld",
"-DCMAKE_TRY_COMPILE_CONFIGURATION=Release",
"-DCMAKE_C_COMPILER_LAUNCHER=ccache",
"-DCMAKE_CXX_COMPILER_LAUNCHER=ccache",
"-DLLVM_CCACHE_BUILD=ON",
"-DCOMPILER_RT_BUILD_SANITIZERS=OFF"])},

{'name' : 'clang-x64-windows-msvc',
Expand Down Expand Up @@ -1448,8 +1446,7 @@
clean=True,
test=True,
extra_cmake_args=[
"-DCMAKE_C_COMPILER_LAUNCHER=ccache",
"-DCMAKE_CXX_COMPILER_LAUNCHER=ccache",
"-DLLVM_CCACHE_BUILD=ON",
# Hardware breakpoints and watchpoints are not yet supported,
# https://github.com/llvm/llvm-project/issues/80665.
'-DLLDB_TEST_USER_ARGS=--skip-category=watchpoint',
Expand Down Expand Up @@ -2656,8 +2653,7 @@
"-DCLANG_DEFAULT_LINKER=lld",
"-DCMAKE_TRY_COMPILE_CONFIGURATION=Release",
"-DCOMPILER_RT_BUILD_SANITIZERS=OFF",
"-DCMAKE_C_COMPILER_LAUNCHER=ccache",
"-DCMAKE_CXX_COMPILER_LAUNCHER=ccache"])},
"-DLLVM_CCACHE_BUILD=ON"])},

{'name' : 'ppc64-flang-aix',
'tags' : ["flang", "ppc", "ppc64", "aix"],
Expand Down