Skip to content

Commit

Permalink
Bump rustls version to 0.23
Browse files Browse the repository at this point in the history
We were running into symbol issues with older rustls versions, see briansmith/ring#1808.

Note that the new rustls version requires nasm to be installed on windows, so we install it in CI.

Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
  • Loading branch information
bwoebi committed May 29, 2024
1 parent b462829 commit 068ab39
Show file tree
Hide file tree
Showing 7 changed files with 364 additions and 127 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
- platform: "ubuntu-latest"
rust_version: "${RUST_VERSION}"
steps:
- name: (Windows) Install nasm
if: matrix.platform == 'windows-latest'
uses: ilammy/setup-nasm@v1

- name: Checkout sources
uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 068ab39

Please sign in to comment.