Skip to content

Commit 4b1d15c

Browse files
authored
Revert "[GreenDragon] Workaround Stage 2 bots being broken (#163)" (#392)
This reverts commit 3ed3d91. Now that the CI machines have newer Xcode's and more importantly SDKs that contain stable version of libc++, re-enable module build so we can catch breakages from upstream faster. resolves: rdar://125128256
1 parent 934a4d5 commit 4b1d15c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

zorg/jenkins/build.py

-1
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,6 @@ def clang_builder(target):
428428
'-DCLANG_INCLUDE_TESTS=On',
429429
'-DLLVM_INCLUDE_UTILS=On',
430430
'-DCMAKE_MACOSX_RPATH=On',
431-
'-DLLVM_ENABLE_MODULES=Off', # Workaround Stage 2 Green Dragon being broken
432431
]
433432

434433
if conf.llvm_enable_runtimes:

0 commit comments

Comments
 (0)