Skip to content

[test] Amazon S3 with AWS SDK fails to compile #494

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

Closed
sebsto opened this issue Mar 6, 2025 · 2 comments
Closed

[test] Amazon S3 with AWS SDK fails to compile #494

sebsto opened this issue Mar 6, 2025 · 2 comments
Assignees
Labels
area/testing Improvements to tests. kind/bug Feature doesn't work as expected. 🔨 semver/patch No public API change.

Comments

@sebsto
Copy link
Contributor

sebsto commented Mar 6, 2025

Check
https://github.com/swift-server/swift-aws-lambda-runtime/actions/runs/13701827010/job/38317369346

@sebsto sebsto self-assigned this Mar 6, 2025
@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
Copy link
Contributor Author

sebsto commented Mar 6, 2025

Will be fixed by #496

sebsto added a commit that referenced this issue 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
Copy link
Contributor Author

sebsto commented Mar 6, 2025

fix by #496

@sebsto sebsto closed this as completed Mar 6, 2025
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

No branches or pull requests

1 participant