Closed jakepetroules closed 1 month ago
/home/build-user/swift-corelibs-foundation/Sources/Foundation/Process.swift:974:60: error: cannot find 'previousDirectoryPath' in scope
972 | // Reset the previous working directory path.
973 | let fileManager = FileManager()
974 | _ = fileManager.changeCurrentDirectoryPath(previousDirectoryPath)
| `- error: cannot find 'previousDirectoryPath' in scope
975 | }
976 | }
Looks like the failure is related
@swift-ci please test
Swift still needs to support Amazon Linux 2 until it EoLs in mid-2025. So restore the thread-unsafe fallback for systems with glibc older than version 2.29, which was removed in #4981.