update deps

This commit is contained in:
ading2210 2025-05-02 14:00:41 -04:00
parent 276d6b685b
commit 0f3815d2f8
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ mkdir -p $PREFIX
cd build
rm -rf mbedtls
git clone -b mbedtls-3.6.2 --recursive --depth=1 https://github.com/Mbed-TLS/mbedtls mbedtls
git clone -b mbedtls-3.6.3 --recursive --depth=1 https://github.com/Mbed-TLS/mbedtls mbedtls
cd mbedtls
emmake make CFLAGS="-O3" no_test -j$CORE_COUNT

View file

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