mirror of
https://github.com/house-of-vanity/khm.git
synced 2025-08-21 14:27:14 +00:00
Fix Release action
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -95,10 +95,6 @@ jobs:
|
|||||||
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
|
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
|
||||||
CC_aarch64_unknown_linux_gnu: aarch64-linux-gnu-gcc
|
CC_aarch64_unknown_linux_gnu: aarch64-linux-gnu-gcc
|
||||||
CXX_aarch64_unknown_linux_gnu: aarch64-linux-gnu-g++
|
CXX_aarch64_unknown_linux_gnu: aarch64-linux-gnu-g++
|
||||||
PKG_CONFIG_ALLOW_CROSS: 1
|
|
||||||
# Use vendored OpenSSL to avoid cross-compilation issues
|
|
||||||
OPENSSL_STATIC: 1
|
|
||||||
OPENSSL_VENDORED: 1
|
|
||||||
run: cargo build --target ${{ matrix.build_target }} --release --bin khm --no-default-features --features cli
|
run: cargo build --target ${{ matrix.build_target }} --release --bin khm --no-default-features --features cli
|
||||||
|
|
||||||
# - name: Build Linux MUSL (no GUI)
|
# - name: Build Linux MUSL (no GUI)
|
||||||
|
@@ -54,3 +54,7 @@ gui = ["tray-icon", "eframe", "egui", "winit", "notify", "notify-debouncer-mini"
|
|||||||
server = []
|
server = []
|
||||||
web = []
|
web = []
|
||||||
|
|
||||||
|
# Target-specific dependencies for cross-compilation
|
||||||
|
[target.aarch64-unknown-linux-gnu.dependencies]
|
||||||
|
openssl = { version = "0.10", features = ["vendored"] }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user