| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
See https://github.com/sfackler/rust-openssl/pull/759
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Rust incorrectly links so libs with version suffix instead of their
symlinks without suffix. For example:
0x000000000000000e (SONAME) Library soname: [libgit2.so.25]
Consequences are obvious. This needs to be fixed in Rust.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This change causes the package to be unbuildable without manual intervention,
which violates policy.
Reverting the change is theoretically harmless, as the old cargo has not been
removed from the archive.
This reverts commit c6e8dbdbd42fc99d297045cf6bd0e3d9474e53ad.
|
|
|
|
|
|
|
|
|
|
|
| |
We don't download prebuilt cargo binary anymore, mainly because
that URL on S3 doesn't work anymore. They have moved it *again*
and https://static.rust-lang.org/dist/ still does not contain
musl binaries.
However, we need cargo to build rust, so when building cargo, we
must already have cargo anyway. And cargo cannot be built without
rust.
|
|
|