pin library versions, load cacert from blob

This commit is contained in:
ading2210 2024-02-27 11:38:00 -08:00
parent cc4009a4af
commit b5aff5b085
9 changed files with 15 additions and 15 deletions

View file

@ -10,7 +10,7 @@ PREFIX=$(realpath build/nghttp2-wasm)
cd build
rm -rf nghttp2
git clone -b master --depth=1 https://github.com/nghttp2/nghttp2
git clone -b v1.59.0 --depth=1 https://github.com/nghttp2/nghttp2
cd nghttp2
rm -rf $PREFIX