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