Skip to content

Commit 7b81953

Browse files
authored
Fix the freestanding/minimal bot configuration by disabling compatibility libraries (#61055)
1 parent 6ed6290 commit 7b81953

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/lit.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,8 @@ if run_vendor == 'apple':
10291029

10301030
# Freestanding doesn't back deploy.
10311031
swift_execution_tests_extra_flags += \
1032-
' -Xfrontend -disable-autolinking-runtime-compatibility-concurrency'
1032+
' -Xfrontend -disable-autolinking-runtime-compatibility-concurrency' + \
1033+
' -runtime-compatibility-version none'
10331034

10341035
# To have visible references from symbolic manglings
10351036
swift_execution_tests_extra_flags += \

0 commit comments

Comments
 (0)