Skip to content

Commit

Permalink
add crt static compile flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarequest committed Jul 10, 2023
1 parent b76fd1c commit bb4cc44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-packaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Release Build
run: cargo build --release --target=x86_64-unknown-linux-musl
env:
RUSTFLAGS: "-C target-feature=+crt-static"
OPENSSL_STATIC: "1"
OPENSSL_LIB_DIR: /usr/lib
OPENSSL_INCLUDE_DIR: /usr/include/openssl
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dotfox"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
homepage = "https://github.com/Lunarequest/dotfox/"

Expand Down

0 comments on commit bb4cc44

Please sign in to comment.