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) {
15921592 SWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED = " YES" ;
15931593 SWIFT_ENABLE_EXPERIMENTAL_OBSERVATION = " YES" ;
15941594 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" };
15961597 SWIFT_NATIVE_SWIFT_TOOLS_PATH = (Join-Path - Path $CompilersBinaryCache - ChildPath " bin" );
15971598 SWIFT_PATH_TO_LIBDISPATCH_SOURCE = " $SourceCache \swift-corelibs-libdispatch" ;
15981599 SWIFT_PATH_TO_STRING_PROCESSING_SOURCE = " $SourceCache \swift-experimental-string-processing" ;
You can’t perform that action at this time.
0 commit comments