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

Conversation

link2xt
Copy link
Collaborator

@link2xt link2xt commented Mar 3, 2024

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.

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 link2xt merged commit c96139b into main Mar 4, 2024
26 of 38 checks passed
@link2xt link2xt deleted the link2xt/nix-cross-openssl-no-vendor branch March 4, 2024 15:57
link2xt added a commit that referenced this pull request Mar 4, 2024
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant