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

fix(.github/android): pass matrix.target and increase api to v26 #1973

Merged
merged 2 commits into from
Aug 23, 2024

Conversation

mxinden
Copy link
Contributor

@mxinden mxinden commented Aug 22, 2024

When extracting the emulator script into a separate file, the matrix.target substitution wasn't replaced with an environment variable.

Follow-up to #1950.

Also the ecn_* unit tests are failing with any Android API version < v26 with:

2024-08-22T14:41:30.636494Z  WARN quinn_udp: sendmsg error: Os { code: 22, kind: InvalidInput, message: "Invalid argument" }, Transmit: { destination: 127.0.0.1:50196, src_ip: None, enc: Some(Ect0), len: 5, segment_size: None }

@mxinden mxinden changed the title fix(.github): pass matrix.target to rust-android script fix(.github/android): pass matrix.target and increase api to v26 Aug 23, 2024
@mxinden mxinden marked this pull request as ready for review August 23, 2024 08:44
When extracting the emulator script into a separate file, the `matrix.target`
substitution wasn't replaced with an environment variable.

Follow-up to quinn-rs#1950.
`ecn_*` unit tests are failing with any Android API version < v26 with:

```
2024-08-22T14:41:30.636494Z  WARN quinn_udp: sendmsg error: Os { code: 22, kind: InvalidInput, message: "Invalid argument" }, Transmit: { destination: 127.0.0.1:50196, src_ip: None, enc: Some(Ect0), len: 5, segment_size: None }
```
@djc djc added this pull request to the merge queue Aug 23, 2024
Merged via the queue into quinn-rs:main with commit bb02a12 Aug 23, 2024
13 checks passed
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