You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The swift-corelibs-libdispatch project had its build directory layout
changed [1] which silently deactivated the libdispatch tests on Linux,
because we use hard-coded paths to look for the required libdispatch
artifacts. This change adapts the paths to the new layout.
Thanks to Jordan Rose for noticing and diagnosing this [2].
SR-11568
[2] https://bugs.swift.org/browse/SR-11568
[1] swiftlang/swift-corelibs-libdispatch#515
0 commit comments