File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1592,7 +1592,8 @@ function Build-Runtime([Platform]$Platform, $Arch) {
1592
1592
SWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED = " YES" ;
1593
1593
SWIFT_ENABLE_EXPERIMENTAL_OBSERVATION = " YES" ;
1594
1594
SWIFT_ENABLE_EXPERIMENTAL_STRING_PROCESSING = " YES" ;
1595
- SWIFT_ENABLE_SYNCHRONIZATION = " YES" ;
1595
+ # FIXME: re-enable after https://github.com/apple/swift/issues/74186 is fixed.
1596
+ SWIFT_ENABLE_SYNCHRONIZATION = if (($Platform -eq " Android" ) -and ($Arch -eq $AndroidARMv7 )) { " NO" } else { " YES" };
1596
1597
SWIFT_NATIVE_SWIFT_TOOLS_PATH = (Join-Path - Path $CompilersBinaryCache - ChildPath " bin" );
1597
1598
SWIFT_PATH_TO_LIBDISPATCH_SOURCE = " $SourceCache \swift-corelibs-libdispatch" ;
1598
1599
SWIFT_PATH_TO_STRING_PROCESSING_SOURCE = " $SourceCache \swift-experimental-string-processing" ;
You can’t perform that action at this time.
0 commit comments