Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: do not vendor OpenSSL when cross-compiling #5316

Merged
merged 1 commit into from
Mar 4, 2024

Commits on Mar 3, 2024

  1. build: do not vendor OpenSSL when cross-compiling

    Compilation of vendored OpenSSL inside Nix is broken
    since <alexcrichton/openssl-src-rs#229>
    due to build script changes.
    
    There is anyway no need to compile vendored OpenSSL
    as nixpkgs already contains OpenSSL package.
    
    This fixes `nix build .#deltachat-rpc-server-x86_64-linux`
    and similar commands which are used during releases.
    link2xt committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    3c94728 View commit details
    Browse the repository at this point in the history