Skip to content

Conversation

maddeleine
Copy link
Contributor

@maddeleine maddeleine commented May 15, 2025

Release Summary:

Resolved issues:

Description of changes:

The newest ubuntu22/20250514 image is causing our interop tests to fail. I suspect it has to do with the docker version bump, which went from v26 to v28. Here I am pinning our docker version to one that we know works.
I don't think this is a great long-term solution, but I would like to get our CI working again. Opened a new issue for this: #2640

Call-outs:

Also fixing a new clippy lint.

Testing:

Ci should pass.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@maddeleine maddeleine changed the title ci: Bump only interop ubuntu version ci: Pin to older docker version May 15, 2025
@maddeleine maddeleine marked this pull request as ready for review May 15, 2025 20:21
@@ -8,7 +8,6 @@ negotiated_crypto!(OneRttKey, OneRttHeaderKey);

impl crypto::OneRttKey for OneRttKey {
#[inline]
#[must_use]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Explanation: this attribute has no effect on trait implementations. It's the trait function itself that should use this attribute, and in this case, derive_next_key() does.

@maddeleine maddeleine merged commit da13f32 into main May 15, 2025
127 checks passed
@maddeleine maddeleine deleted the ubuntu_bump branch May 15, 2025 21:52
dougch pushed a commit that referenced this pull request May 19, 2025
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