mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-21 08:56:07 -04:00
[PR #1] [CLOSED] [UNTESTED] Static linking on binaries #102
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Drop-OSS/drop-app/pull/1
Author: @alessiodam
Created: 10/8/2024
Status: ❌ Closed
Base:
main← Head:alessiodam-patches/ci-dynamic-linking📝 Commits (2)
f8d3a5aUpdate .gitlab-ci.ymldc7a822Update Cargo.toml📊 Changes
2 files changed (+7 additions, -0 deletions)
View changed files
📝
.gitlab-ci.yml(+2 -0)📝
src-tauri/Cargo.toml(+5 -0)📄 Description
PR Description:
Prevent Missing OpenSSL Libraries on Windows/Linux (Non-dev Instances)
This PR modifies the build process to generate statically linked binaries for Windows and Linux. By including OpenSSL in the build and disabling dynamic linking, this ensures that the application can run smoothly on non-dev machines without requiring additional OpenSSL libraries or dependencies.
Note: This change is currently untested as I do not have access to the CI environment.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.