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

[ENG-1325] Vendor openssl in tauri #1636

Merged
merged 3 commits into from
Oct 20, 2023

Conversation

HeavenVolkoff
Copy link
Member

@HeavenVolkoff HeavenVolkoff commented Oct 20, 2023

Instruct openssl crates to always use openssl-src-rs to vendor the libssl.3 and statically link against it. This avoids the libssl.1.1 vs libssl.3.0 linking problems in the deb release.

Partial fix for #1512

@vercel
Copy link

vercel bot commented Oct 20, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
spacedrive-landing ⬜️ Ignored (Inspect) Visit Preview Oct 20, 2023 7:45am
spacedrive-web ⬜️ Ignored (Inspect) Visit Preview Oct 20, 2023 7:45am

 - Add OPENSSL_RUST_USE_NASM to force windows to use nasm
@HeavenVolkoff HeavenVolkoff marked this pull request as ready for review October 20, 2023 07:05
@HeavenVolkoff HeavenVolkoff requested review from a team as code owners October 20, 2023 07:05
@HeavenVolkoff
Copy link
Member Author

HeavenVolkoff commented Oct 20, 2023

Release ran fine for this
https://github.com/spacedriveapp/spacedrive/actions/runs/6583741063

And the generated deb didn't link against libssl:
image

So it should be ready to merge

 - Shouldn't change much as the openssl crates override was already dealing with the vendoring anyway
@HeavenVolkoff HeavenVolkoff added this pull request to the merge queue Oct 20, 2023
Merged via the queue into main with commit baf4fc3 Oct 20, 2023
8 of 9 checks passed
@utkubakir utkubakir deleted the eng-1325-vendor-openssl-in-tauri branch October 23, 2023 16:18
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.

2 participants