aboutsummaryrefslogtreecommitdiffstats
path: root/community/rust
Commit message (Collapse)AuthorAgeFilesLines
* community/rust: imit on ppc64leLeo2019-07-081-1/+1
|
* community/rust: limit on x86Leo2019-07-071-1/+1
|
* community/rust: upgrade to 1.36.0Rasmus Thomsen2019-07-078-113/+105
| | | | | | | | | * 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: build on arm{hf,v7}, ppc64le & x86Rasmus Thomsen2019-07-053-16/+149
| | | | | | | | | | | | | | | Also disable full bootstrapping. Since we always bootstrap from $pkgver minus one we don't need it and it increases buildtime considerably. Also keep in mind that we have to add new arches in multiple steps: 1. Compile with the upstream triplets, compiling alpine's triplets in 2. Compile again, now with our triplets selected as build/target, now that rustc knows about them This means that the produced compilers MUST ONLY be used to bootstrap the actual compilers with our triplets, DO NOT use these to compile packages! Since x86_64 still uses the usual triplets it's fine to upgrade/add packages for that arch though, please DO NOT do this for armhf,armv7,aarch64,ppc64le or x86 though!
* community/rust: upgrade to 1.35.0Rasmus Thomsen2019-06-231-6/+6
| | | | * fix License
* community/rust: rebuild against llvm8Natanael Copa2019-06-121-2/+2
|
* community/rust: upgrade to 1.34.2Rasmus Thomsen2019-05-263-15/+14
| | | | | * Adopt maintainership Closes GH-8057
* community/rust: quote "$@"tcely2019-05-261-2/+1
| | | | | | | Expansion of $@ inside double-quotes is special. It is not appropriate here to re-split the results of the expansion. Closes GH-8132
* community/rust: upgrade to 1.33.0Rasmus Thomsen2019-05-244-44/+33
| | | | Closes GH-8023
* community/rust: upgrade to 1.32.0Marat Safin2019-05-237-55/+86
| | | | | | Signed-off-by: Marat Safin <jeizsm@gmail.com> Closes GH-6071
* community/rust: rebuild against new libgit2Carlo Landmeter2019-04-231-1/+1
| | | | needs a temp aport of older libgit2
* community/rust: upgrade to 1.31.1Marat Safin2019-01-023-11/+108
|
* community/rust: rebuild against openssl 1.1Natanael Copa2018-11-071-2/+2
|
* community/rust: upgrade to 1.30.0Jakub Jirutka2018-10-254-61/+16
|
* community/rust: upgrade to 1.29.0Marat Safin2018-09-154-66/+17
|
* community/rust: remove rust.deny-warnings=false, not needed anymoreJakub Jirutka2018-08-031-4/+1
|
* community/rust: upgrade to 1.28.0Jakub Jirutka2018-08-038-66/+42
|
* community/rust: upgrade to 1.27.2Jakub Jirutka2018-07-211-4/+7
|
* community/rust: upgrade to 1.27.0Marat Safin2018-07-029-179/+67
|
* community/rust: upgrade to 1.26.2Jakub Jirutka2018-06-081-3/+3
|
* community/rust: fix check errorJakub Jirutka2018-05-211-0/+8
|
* Revert "community/rust: build rust-installer in build phase"Jakub Jirutka2018-05-211-3/+0
| | | | | | | This reverts commit 792ba86e07a8f0e49a85468b49eca954fcf8fb57. This actually didn't help, `x.py install` is still building rust-installer.
* community/rust: build rust-installer in build phaseJakub Jirutka2018-05-201-0/+3
|
* community/rust: simplify abuild, set RUST* env. vars on top-levelJakub Jirutka2018-05-202-17/+12
|
* community/rust: backport patch PR-50789 from upstreamJakub Jirutka2018-05-202-0/+41
|
* community/rust: return -src subpackage backJakub Jirutka2018-05-201-13/+14
|
* community/rust: build with analysis data and add subpkg -analysisJakub Jirutka2018-05-201-2/+10
|
* community/rust: makedepend on rust-bootstrapJakub Jirutka2018-05-201-1/+1
| | | | | | | | This is actually not necessary, because rust is pulled by cargo-bootstrap. However, cargo-bootstrap is provided by this abuild too - it's a hack to allow the abuild to depend on itself (read comment inside the abuild for more information)! So rust-bootstrap is just for symmetry with cargo-bootstrap.
* community/rust: fix libressl patchJakub Jirutka2018-05-202-1/+2
|
* community/rust: build cargo and add cargo* subpackagesJakub Jirutka2018-05-206-14/+331
| | | | | | | | | | | | 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
* community/rust: use `x.py install` instead of `x.py dist`Jakub Jirutka2018-05-201-6/+2
|
* community/rust: upgrade to 1.26.0Jakub Jirutka2018-05-209-128/+57
| | | | | Also switch to LLVM 5. Upstream switched right to LLVM 6, but we don't have it yet.
* community/rust: temporarily disable -src subpackageJakub Jirutka2018-05-191-9/+9
| | | | It needs some changes, I'll put it back in the following upgrade.
* community/rust: upgrade to 1.25.0Jakub Jirutka2018-05-191-3/+3
|
* community/rust: reformat makedependsJakub Jirutka2018-05-191-4/+12
|
* community/rust: mark -src as noarch and disable archcheckJakub Jirutka2018-03-021-3/+3
|
* community/rust: upgrade to 1.24.1Jakub Jirutka2018-03-021-2/+2
|
* community/rust: fix name of py2-lldb dependencyJakub Jirutka2018-02-171-1/+1
|
* community/rust: build with locked-deps and option-checkingJakub Jirutka2018-02-171-3/+5
|
* community/rust: remove non-functional code from abuildJakub Jirutka2018-02-171-4/+0
|
* community/rust: upgrade to 1.24.0Jakub Jirutka2018-02-172-12/+12
|
* community/rust: mark -src as noarchJakub Jirutka2018-02-081-1/+1
|
* community/rust: remove "(compiler)" from pkgdescJakub Jirutka2018-02-081-1/+1
| | | | This package does not contain just a compiler, but also stdlib etc.
* community/rust: add subpackage -src with full sourcesOrson Teodoro2018-02-081-2/+14
|
* community/rust: upgrade to 1.23.0Jakub Jirutka2018-01-062-6/+8
|
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/
* community/rust: remove dependency on bashJakub Jirutka2017-11-252-1/+13
|
* community/rust: upgrade to 1.22.1Marat Safin2017-11-253-14/+18
|
* community/rust: change llvm3.9 to llvm4Jakub Jirutka2017-11-061-3/+4
|
* community/rust: prepare alpine targets for aarch64 and armhfJakub Jirutka2017-10-292-15/+102
|