Skip to content

Commit

Permalink
add crt-static option
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm committed Nov 16, 2023
1 parent 48636fe commit bb8b777
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ${{ matrix.os }}
env:
RUST_BACKTRACE: 1
CARGO_TARGET_X86_64_UNKNOWN_LINUX_MUSL_RUSTFLAGS: '-C target-feature=+crt-static'
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUSTFLAGS: '-C target-feature=+crt-static'
strategy:
matrix:
build:
Expand Down Expand Up @@ -68,7 +70,7 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
brew update
brew install libsoxr
brew install libsoxr
# Workaround for <https://github.com/actions/virtual-environments/issues/2557>
- name: Switch Xcode SDK
Expand Down

0 comments on commit bb8b777

Please sign in to comment.