Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

build: add a version specific manifest for 5.5 #270

Merged
merged 1 commit into from
May 3, 2021

Conversation

compnerd
Copy link
Contributor

@compnerd compnerd commented May 3, 2021

This adds a version specific manifest for 5.5. The change from the main manifest is the revision of SwiftSyntax being tracked. This is needed to enable CI coverage for Windows.

This adds a version specific manifest for 5.5.  The change from the main manifest is the revision of SwiftSyntax being tracked.  This is needed to enable CI coverage for Windows.
Copy link
Contributor

@MaxDesiatov MaxDesiatov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems legit.

.library(name: "SwiftDoc", targets: ["SwiftDoc"])
],
dependencies: [
.package(name: "SwiftSyntax", url: "https://github.com/apple/swift-syntax.git", .revision("release/5.5)),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A typo I guess?

Suggested change
.package(name: "SwiftSyntax", url: "https://github.com/apple/swift-syntax.git", .revision("release/5.5)),
.package(name: "SwiftSyntax", url: "https://github.com/apple/swift-syntax.git", .revision("release/5.5")),

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ugh, that didn't show up in time. Yes, that is a typo. Thanks.

@compnerd compnerd merged commit 81762d0 into master May 3, 2021
@compnerd compnerd deleted the compnerd/5.5-version-manifest branch May 3, 2021 16:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants