We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d83bc33 commit c3fd748Copy full SHA for c3fd748
buildbot/osuosl/master/config/builders.py
@@ -1457,16 +1457,6 @@
1457
1458
# LLD builders.
1459
1460
- {'name' : "lld-x86_64-win",
1461
- 'tags' : ["lld"],
1462
- 'workernames' : ["as-worker-93"],
1463
- 'builddir': "lld-x86_64-win",
1464
- 'factory' : UnifiedTreeBuilder.getCmakeWithNinjaWithMSVCBuildFactory(
1465
- depends_on_projects=['llvm', 'lld'],
1466
- vs="autodetect",
1467
- extra_configure_args = [
1468
- '-DLLVM_ENABLE_WERROR=OFF'])},
1469
-
1470
{'name' : "ppc64le-lld-multistage-test",
1471
'tags' : ["lld", "ppc", "ppc64le"],
1472
'workernames' : ["ppc64le-lld-multistage-test"],
0 commit comments