Skip to content

Conversation

@fabianfett
Copy link
Member

@fabianfettfabianfett commented Aug 19, 2021

Motivation

The Swift 5.3 CI currently fails with the error:

ERROR: Error installing jazzy: The last version of jazzy (>= 0) to support your Ruby & RubyGems was 0.13.7. Try installing it with `gem install jazzy -v 0.13.7` jazzy requires Ruby version >= 2.6.3. The current ruby version is 2.5.0.

Example log: https://ci.swiftserver.group/job/async-http-client-swift53-prb/338/console

Changes

  • Explicitly set jazzy version number

Result

Happy Swift 5.3 CI

Copy link
Collaborator

@glbrnttglbrntt left a comment

Choose a reason for hiding this comment

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

Does AHC actually build + publish docs?

@fabianfett
Copy link
MemberAuthor

fabianfett commented Aug 19, 2021

@glbrntt
Copy link
Collaborator

last version is 1.2.3...

https://swift-server.github.io/async-http-client/docs/current/AsyncHTTPClient/index.html

Ah, cool, I didn't realise we published them at some point. I guess @tomerd will have some insight on why the last version is 1.2.3.

Copy link
Collaborator

@glbrnttglbrntt left a comment

Choose a reason for hiding this comment

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

Looks fine for now but maybe the ruby version should be updated and the jazzy version unpinned.

@fabianfettfabianfett added the semver/none No version bump required. label Aug 19, 2021
@fabianfettfabianfett merged commit e696112 into swift-server:mainAug 19, 2021
@fabianfettfabianfett deleted the ff-fix-ci-for-5.3 branch August 19, 2021 16:09
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

semver/noneNo version bump required.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@fabianfett@glbrntt