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
But it was broken with the go-tarantool/v2 by directly usage of the go-tlsdialer. We could return the ability to build without OpenSSL with a build tag inside tt (and optional usage of the go-tlsdialer). See go-tarantool/v1 as an example:
We already had the ability to build
tt
without linking withOpenSSL
and with CGO_ENABLED=0:tt/magefile.go
Line 67 in 648f98a
But it was broken with the
go-tarantool/v2
by directly usage of thego-tlsdialer
. We could return the ability to build without OpenSSL with a build tag insidett
(and optional usage of thego-tlsdialer
). Seego-tarantool/v1
as an example:https://github.com/tarantool/go-tarantool/blob/v1.12.2/ssl.go#L1-L2
https://github.com/tarantool/go-tarantool/blob/6843830d225bd5dc7c5ec50acc6f02bb73ab5c56/ssl_disable.go#L1-L2
The text was updated successfully, but these errors were encountered: