Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@

{'name' : "clang-arm64-windows-msvc-2stage",
'tags' : ["clang"],
'workernames' : ["linaro-armv8-windows-msvc-02"],
'workernames' : ["linaro-armv8-windows-msvc-02", "linaro-armv8-windows-msvc-03"],
'builddir': "clang-arm64-windows-msvc-2stage",
'factory' : ClangBuilder.getClangCMakeBuildFactory(
vs="manual",
Expand All @@ -665,6 +665,7 @@
"-DCLANG_DEFAULT_LINKER=lld",
"-DCMAKE_TRY_COMPILE_CONFIGURATION=Release",
"-DLLVM_CCACHE_BUILD=ON",
"-DLLVM_ENABLE_RUNTIMES=openmp",
"-DCOMPILER_RT_BUILD_SANITIZERS=OFF"])},

{'name' : 'clang-x64-windows-msvc',
Expand Down
3 changes: 2 additions & 1 deletion buildbot/osuosl/master/config/workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ def get_all():
create_worker("linaro-g4-01", max_builds=1),
create_worker("linaro-g4-02", max_builds=1),

# AArch64 Windows Microsoft Surface X Pro
# Windows Dev Kit 2023, Snapdragon® 8cx Gen 3
create_worker("linaro-armv8-windows-msvc-01", max_builds=1),
create_worker("linaro-armv8-windows-msvc-02", max_builds=1),
create_worker("linaro-armv8-windows-msvc-03", max_builds=1),
create_worker("linaro-armv8-windows-msvc-04", max_builds=1),
create_worker("linaro-armv8-windows-msvc-05", max_builds=1),

Expand Down