mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Build dist-x86_64-unknown-linux-musl releases
This commit is contained in:
parent
935830d05b
commit
726f9e3163
2 changed files with 34 additions and 2 deletions
|
@ -59,7 +59,7 @@ fn dist_client(version: &str, release_tag: &str) -> Result<()> {
|
|||
|
||||
fn dist_server() -> Result<()> {
|
||||
let target = get_target();
|
||||
if target.contains("-linux-gnu") {
|
||||
if target.contains("-linux-gnu") || target.contains("-linux-musl") {
|
||||
env::set_var("CC", "clang");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue