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

Update to 8.10.1 #573

Merged
merged 3 commits into from
Sep 20, 2024
Merged

Update to 8.10.1 #573

merged 3 commits into from
Sep 20, 2024

Commits on Sep 19, 2024

  1. Update to 8.10.1

    ehuss committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6219928 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Disable rustls windows cross-compile test

    Rustls no longer works for cross-compiling due to switching to aws-lc
    (from ring). It seems to want to run `.bat` files for some NASM-related
    stuff.
    
    We could, in the future, expose `ring` as a rustls backend as a feature
    if someone wants to continue using that.
    ehuss committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8a6cde2 View commit details
    Browse the repository at this point in the history
  2. Don't try rustls on i686-pc-windows-msvc

    It requires nasm to be installed, and I don't want to hassle with that
    right now.
    ehuss committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    37ddb50 View commit details
    Browse the repository at this point in the history