Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Set Swift 6 container image for API breakage + Documentation check #346

Merged
merged 2 commits into from
Aug 30, 2024

Conversation

aryan-25
Copy link
Contributor

@aryan-25 aryan-25 commented Aug 28, 2024

Motivation:

Currently, the API Breakage and Documentation checks are failing since these checks run on the swift:5.10-noble image while the library requires Swift 6.

With the new container image parameters introduced in apple/swift-nio#2851, the image for the API Breakage and Documentation checks can be configured to swiftlang/swift:nightly-6.0-jammy.

Modifications:

Set the api_breakage_check_container_image and docs_check_container_image parameters to swiftlang/swift:nightly-6.0-jammy.

Result:

The API Breakage and Documentation checks will no longer immediately fail.

@fabianfett
Copy link
Member

Even though docs doesn't work currently, let's get this merged so that API breakage check works again.

@fabianfett fabianfett merged commit d1a6fbc into swift-server:main Aug 30, 2024
11 of 13 checks passed
@fabianfett fabianfett added this to the 2.0 milestone Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants