diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-02-13 11:06:04 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-13 11:06:04 +0000 |
commit | 11ebbac3a4a962701639bb14a4a5a7309399d7e8 (patch) | |
tree | 108b552486a6ac133e10f75b33972c0544ab8375 /Cargo.toml | |
parent | 935830d05bcf5f0c648e636dcbc8848a201467c0 (diff) | |
parent | 726f9e3163449e2b36a7dff7f09a2d21d71cfece (diff) |
Merge #7658
7658: Build dist-x86_64-unknown-linux-musl releases r=lnicola a=andylizi
Closes #4956.
* Artifact sample: [rust-analyzer-x86_64-unknown-linux-musl.gz](https://github.com/rust-analyzer/rust-analyzer/files/5975504/rust-analyzer-x86_64-unknown-linux-musl.gz)
* Build time: ~14m
```
$ ls -lh
-rwxr-xr-x 1 root root 29.7M Feb 13 18:24 rust-analyzer-x86_64-unknown-linux-musl
$ ldd rust-analyzer-x86_64-unknown-linux-musl
/lib/ld-musl-x86_64.so.1 (0x7f2751f13000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x7f2750a78000)
libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7f2751f13000)
$ ./rust-analyzer-x86_64-unknown-linux-musl --version
rust-analyzer 63fcf65
```
I can do `aarch64-unknown-linux-musl` if it's also needed.
Co-authored-by: andylizi <[email protected]>
Diffstat (limited to 'Cargo.toml')
0 files changed, 0 insertions, 0 deletions