Skip to content

Commit

Permalink
ci: Comment out target-feature -crt-static for cross builds in CI wor…
Browse files Browse the repository at this point in the history
…kflow
  • Loading branch information
lilith committed Jan 21, 2025
1 parent a27e2de commit e337ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
os: ubuntu-24.04
target-cpu: x86-64
target: x86_64-unknown-linux-musl
target-feature: -crt-static
#target-feature: -crt-static
features: mimalloc
cross: 'true'
skip-publish: 'true'
Expand All @@ -125,7 +125,7 @@ jobs:
nuget-rid: linux-musl-arm64
os: ubuntu-24-arm-32gb
target-cpu: generic
target-feature: -crt-static
#target-feature: -crt-static
target: aarch64-unknown-linux-musl
features: mimalloc
cross: 'true'
Expand Down

0 comments on commit e337ff3

Please sign in to comment.