Skip to content

Commit 432c2dd

Browse files
committed
Disable swift-driver while investigating several test failures
rdar://75547347
1 parent 11f0f6e commit 432c2dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lit.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ if platform.system() == "Darwin":
9191
config.environment["SDKROOT"] = subprocess.check_output(
9292
["xcrun", "--sdk", "macosx", "--show-sdk-path"]).strip()
9393

94+
# FIXME: use the new driver to run the integration tests. rdar://75547347
95+
config.environment["SWIFT_USE_OLD_DRIVER"] = 'YES'
96+
9497
###
9598

9699
# Use features like this in lit:

0 commit comments

Comments
 (0)