Merge pull request #1752 from nghttp2/cross-build-fix

Cross build fix
This commit is contained in:
Tatsuhiro Tsujikawa 2022-07-08 00:04:18 +09:00 committed by GitHub
commit 014f1c510d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -108,8 +108,6 @@ jobs:
run: |
git clone --depth 1 -b OpenSSL_1_1_1q+quic https://github.com/quictls/openssl
cd openssl
curl -L https://github.com/openssl/openssl/commit/60f011f584d80447e86cae1d1bd3ae24bc13235b.patch -o memcmp.patch
patch -p1 < memcmp.patch
./config --prefix=$PWD/build
make -j"$(nproc 2> /dev/null || sysctl -n hw.ncpu)"
make install_sw
@ -272,6 +270,9 @@ jobs:
run: |
make -j$(nproc)
make -j$(nproc) check TESTS=""
- name: Run tests
if: matrix.host == 'x86_64-w64-mingw32'
run: |
cd tests
wine main.exe