Skip to content

Commit

Permalink
Enable second part of musl tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Nov 26, 2022
1 parent cfb41e2 commit 49978c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ jobs:
os: ubuntu
features: dummy
rustflags:
# - target: x86_64-unknown-linux-musl
# os: ubuntu
# features: dummy
# rustflags: -C target-feature=+crt-static
- target: x86_64-unknown-linux-musl
os: ubuntu
features: dummy
rustflags: -C target-feature=+crt-static
- target: i686-pc-windows-msvc
os: windows
features: dummy
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
os: ubuntu
features: dummy
rustflags:
# - target: x86_64-unknown-linux-musl
# os: ubuntu
# features: dummy
# rustflags: -C target-feature=+crt-static
- target: x86_64-unknown-linux-musl
os: ubuntu
features: dummy
rustflags: -C target-feature=+crt-static
- target: i686-pc-windows-msvc
os: windows
features: dummy
Expand Down

0 comments on commit 49978c0

Please sign in to comment.