Skip to content

Commit 20b250a

Browse files
committed
Stop creating an empty cmark directory on the CI, as it's no longer needed by the Swift build-script
1 parent a90193b commit 20b250a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,4 +240,4 @@ Finally, it gets [the 5.10.1 source](https://github.com/apple/swift/releases/tag
240240
tarballs for seven Swift repos and renames them to `llvm-project/`, `swift/`,
241241
`swift-syntax`, `swift-experimental-string-processing`, `swift-corelibs-libdispatch`,
242242
`swift-corelibs-foundation`, and `swift-corelibs-xctest`, as required by the Swift
243-
`build-script`, and creates an empty directory, `mkdir cmark`.
243+
`build-script`.

get-packages-and-swift-source.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,6 @@ _ = runCommand("patchelf", with: ["--set-rpath", "$ORIGIN",
236236
"\(sdkPath.appendingPathComponent("usr/lib/libcurl.so"))",
237237
"\(sdkPath.appendingPathComponent("usr/lib/libxml2.so"))"])
238238

239-
if !fmd.fileExists(atPath: cwd.appendingPathComponent("cmark")) {
240-
try fmd.createDirectory(atPath: cwd.appendingPathComponent("cmark"), withIntermediateDirectories: false)
241-
}
242-
243239
for repo in swiftRepos {
244240
print("Checking for \(repo) source")
245241
if !fmd.fileExists(atPath: cwd.appendingPathComponent(repo)) {

0 commit comments

Comments
 (0)