You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For wolfssl rpm in fedora, I have to modify the test suite like so, in order to allow it to succeed in a build environment with no access to the outside world:
# Disable tests that need Internets
sed -i 's/^if BUILD_OCSP$/if FALSE/' scripts/include.am
sed -i 's/^if BUILD_OCSP_STAPLING$/if FALSE/' scripts/include.am
It would be nice if there was an autotools flag I could set (e.g. --disable-online-checks) to do this for me.
The text was updated successfully, but these errors were encountered:
Version
5.7.2
Description
For wolfssl rpm in fedora, I have to modify the test suite like so, in order to allow it to succeed in a build environment with no access to the outside world:
It would be nice if there was an autotools flag I could set (e.g. --disable-online-checks) to do this for me.
The text was updated successfully, but these errors were encountered: