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
At the moment Cargo.lock includes openssl-src-300.3.2+3.3.2 (a vendored copy of OpenSSL)
Instead of bundling this, use the OpenSSL that is installed on the machine the binary will run on.
Or at least make it a build option so this behaviour can be disabled and the system OpenSSL is used if this feature is not selected.
Additional Information
No response
The text was updated successfully, but these errors were encountered:
I'll look at maybe providing an unbundled version of the binaries, as for building, the default is to not bundle anything. The "vendored" feature can be provided, which is used for the docker/binaries as documented in https://github.com/dan-online/autopulse#setup
Description
At the moment Cargo.lock includes
openssl-src-300.3.2+3.3.2
(a vendored copy of OpenSSL)Instead of bundling this, use the OpenSSL that is installed on the machine the binary will run on.
Or at least make it a build option so this behaviour can be disabled and the system OpenSSL is used if this feature is not selected.
Additional Information
No response
The text was updated successfully, but these errors were encountered: