fix(rustls-ffi)

closes #4330
This commit is contained in:
Jacob Heider 2023-12-06 15:11:09 -05:00
parent 61dc17776d
commit c8453e77e6
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -1,5 +1,7 @@
distributable:
url: https://codeload.github.com/rustls/rustls-ffi/tar.gz/refs/tags/v{{version}}
# url: https://codeload.github.com/rustls/rustls-ffi/tar.gz/refs/tags/v{{version}}
# 0.12.0 changed the tag format (possibly transiently)
url: https://codeload.github.com/rustls/rustls-ffi/tar.gz/refs/tags/{{version}}
strip-components: 1
versions:
@ -39,4 +41,4 @@ test:
curl -O https://raw.githubusercontent.com/rustls/rustls-ffi/v{{ version }}/tests/$file
done
cc client.c common.c -o client $ARGS
CA_FILE=$SSL_CERT_FILE ./client tea.xyz 443 /
CA_FILE=$SSL_CERT_FILE ./client tea.xyz 443 /