aboutsummaryrefslogtreecommitdiffstats
path: root/community/rust/bootstrap-tool-respect-tool-config.patch
Commit message (Collapse)AuthorAgeFilesLines
* community/rust: upgrade to 1.36.0Rasmus Thomsen2019-07-071-26/+0
| | | | | | | | | * Update alpine-target.patch to fix the triplet on armhf and add the armv7 and ppc64le triplets. This should have been done in 69851bdae1177246337f51a35734e93f1fd7e3d3, but has been forgotten. * Remove the following patches: * llvm-with-ffi.patch -> only required when statically linking LLVM * bootstrap-tool-respect-tool-config.patch -> plain outdated, not required anymore
* community/rust: upgrade to 1.27.0Marat Safin2018-07-021-6/+6
|
* community/rust: build cargo and add cargo* subpackagesJakub Jirutka2018-05-201-0/+26
Cargo is now distributed together with rustc. Upstream has removed Cargo.lock from the cargo's repository in cargo 0.23.0, so we can't build it with locked and freezed dependencies separately anymore. alexcrichton replied on Feb 1: > cargo is packaged next to rustc, it's not intended to be a separate > package but rather built as one unit. See https://github.com/rust-lang/cargo/commit/5c9665f41c6b4d3b99d3b9f8b48a286f5f154692