fix(transport): Remove support for OpenSSL (#141)
BREAKING CHANGE: Remove support for OpenSSL within the transport.
This commit is contained in:
committed by
Lucio Franco
parent
c63c107560
commit
85060500f3
@@ -15,15 +15,8 @@ case "$OSTYPE" in
|
||||
esac
|
||||
|
||||
ARG="${1:-""}"
|
||||
TLS_PROVIDER="${2:-""}"
|
||||
|
||||
if [[ -n "${TLS_PROVIDER}" ]] ; then
|
||||
FEATURES="--features ${TLS_PROVIDER}"
|
||||
else
|
||||
FEATURES=
|
||||
fi
|
||||
|
||||
(cd tonic-interop && cargo build --bins ${FEATURES})
|
||||
(cd tonic-interop && cargo build --bins)
|
||||
|
||||
SERVER="tonic-interop/bin/server_${OS}_amd64${EXT}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user