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

Commits on Aug 23, 2024

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

    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.
    mxinden committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    980ca7d View commit details
    Browse the repository at this point in the history
  2. fix(.github/android): use API level 26

    `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 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d75959e View commit details
    Browse the repository at this point in the history