mirror of
https://github.com/vrc-get/vrc-get.git
synced 2026-06-21 09:58:08 +00:00
ci: configure crt-static with RUSTFLAGS
This commit is contained in:
parent
fabc777b42
commit
cd8b8b5d58
2 changed files with 2 additions and 5 deletions
|
|
@ -1,5 +0,0 @@
|
|||
[target.'cfg(all(target_os = "linux", target_env = "musl"))']
|
||||
rustflags = ["-C", "target-feature=+crt-static"]
|
||||
|
||||
[target.'cfg(all(windows, target_env = "msvc"))']
|
||||
rustflags = ["-C", "target-feature=+crt-static"]
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -45,8 +45,10 @@ jobs:
|
|||
rustflags: "-C link-arg=-fuse-ld=lld"
|
||||
- triple: x86_64-pc-windows-msvc
|
||||
on: windows-latest
|
||||
rustflags: "-C target-feature=+crt-static"
|
||||
- triple: aarch64-pc-windows-msvc
|
||||
on: windows-latest
|
||||
rustflags: "-C target-feature=+crt-static"
|
||||
run-test: false
|
||||
- triple: x86_64-apple-darwin
|
||||
on: macos-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue