Skip to content

Fix CI error on Amazon S3 examples #496

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

Merged
merged 3 commits into from
Mar 6, 2025
Merged

Conversation

sebsto
Copy link
Contributor

@sebsto sebsto commented Mar 6, 2025

When we include Traits, we changed the CI container from Swift 6.0 Amazon Linux to Swift 6.1 Nightly on Ubuntu.
This broke the CI because AWS SDK used in the Examples/S3_AWSSDK example depends on libssl-devel which is not installed by default on Jammy images.

This PR reverts back the container used to test all examples to an Amazon Linux 2, but this time the 6.1-nightly version to allow to compile the package traits.

This should address #494

@sebsto sebsto added kind/bug Feature doesn't work as expected. 🔨 semver/patch No public API change. area/testing Improvements to tests. labels Mar 6, 2025
@sebsto sebsto requested a review from fabianfett March 6, 2025 17:39
@sebsto sebsto self-assigned this Mar 6, 2025
Copy link
Member

@fabianfett fabianfett left a comment

Choose a reason for hiding this comment

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

Love it!

@sebsto sebsto merged commit 8f10a6b into swift-server:main Mar 6, 2025
@sebsto sebsto deleted the sebsto/fix-ci branch March 6, 2025 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing Improvements to tests. kind/bug Feature doesn't work as expected. 🔨 semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants