File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323
2424 - name : Test wolfProvider
2525 run : |
26- OPENSSL_TAG=master WOLFSSL_TAG=master ./scripts/build-wolfprovider.sh
26+ OPENSSL_TAG=master WOLFSSL_TAG=master WOLFPROV_DEBUG=1 ./scripts/build-wolfprovider.sh
2727 make check
2828
2929 - name : Print errors
5050 - name : Test curl with wolfProvider
5151 working-directory : curl
5252 run : |
53- LD_LIBRARY_PATH=$GITHUB_WORKSPACE/wolfProvider/wolfssl-install/lib:$GITHUB_WORKSPACE/wolfProvider/openssl-install/lib64 \
54- OPENSSL_CONF=$GITHUB_WORKSPACE/wolfProvider/provider.conf \
55- OPENSSL_MODULES=$GITHUB_WORKSPACE/wolfProvider/wolfprov-install/lib \
53+ LD_LIBRARY_PATH=$GITHUB_WORKSPACE/wolfProvider/wolfProvider/ wolfssl-install/lib:$GITHUB_WORKSPACE/wolfProvider /wolfProvider/openssl-install/lib64 \
54+ OPENSSL_CONF=$GITHUB_WORKSPACE/wolfProvider/wolfProvider/ provider.conf \
55+ OPENSSL_MODULES=$GITHUB_WORKSPACE/wolfProvider/wolfProvider/ wolfprov-install/lib \
5656 make -j $(nproc) test-ci
You can’t perform that action at this time.
0 commit comments