Skip to content

Commit

Permalink
Static link musl
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Sep 6, 2023
1 parent 6a77ba8 commit 0b4d09f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 89 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Do release build
shell: bash
run: $BUILD_CMD build --release --target ${{ matrix.target }}
run: CARGO_TARGET_X86_64_UNKNOWN_LINUX_MUSL_RUSTFLAGs='-C link-arg=-s' $BUILD_CMD build --release --target ${{ matrix.target }}

- name: Move binary to root of checkout
shell: bash
Expand Down
88 changes: 0 additions & 88 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit 0b4d09f

Please sign in to comment.