Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/rust: build fix | Natanael Copa | 2019-10-04 | 1 | -1/+2 |
| | | | | we need llvm-libunwind-static | ||||
* | community/rust: rebuild against libLLVM-9.so | Rasmus Thomsen | 2019-10-04 | 1 | -2/+2 |
| | |||||
* | community/rust: add secfixes | J0WI | 2019-10-01 | 1 | -0/+5 |
| | |||||
* | community/rust: don't use system libgit2 for now | Rasmus Thomsen | 2019-09-27 | 1 | -2/+8 |
| | | | | https://github.com/rust-lang/rust/issues/63476 | ||||
* | community/rust: upgrade to 1.38.0 | Rasmus Thomsen | 2019-09-27 | 1 | -27/+6 |
| | |||||
* | community/rust: enable on ppc64le | Rasmus Thomsen | 2019-08-30 | 1 | -2/+2 |
| | | | | * fix removal of vendored llvm | ||||
* | community/rust: upgrade to 1.37.0, enable on aarch64&x86 again | Rasmus Thomsen | 2019-08-30 | 7 | -440/+146 |
| | | | | | | | Use upstream triplets for now, rust doesn't seem to want to work with our triplets... See https://github.com/rust-lang/rust/issues/62447 | ||||
* | community/rust: imit on ppc64le | Leo | 2019-07-08 | 1 | -1/+1 |
| | |||||
* | community/rust: limit on x86 | Leo | 2019-07-07 | 1 | -1/+1 |
| | |||||
* | community/rust: upgrade to 1.36.0 | Rasmus Thomsen | 2019-07-07 | 8 | -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 & x86 | Rasmus Thomsen | 2019-07-05 | 3 | -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.0 | Rasmus Thomsen | 2019-06-23 | 1 | -6/+6 |
| | | | | * fix License | ||||
* | community/rust: rebuild against llvm8 | Natanael Copa | 2019-06-12 | 1 | -2/+2 |
| | |||||
* | community/rust: upgrade to 1.34.2 | Rasmus Thomsen | 2019-05-26 | 3 | -15/+14 |
| | | | | | * Adopt maintainership Closes GH-8057 | ||||
* | community/rust: quote "$@" | tcely | 2019-05-26 | 1 | -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.0 | Rasmus Thomsen | 2019-05-24 | 4 | -44/+33 |
| | | | | Closes GH-8023 | ||||
* | community/rust: upgrade to 1.32.0 | Marat Safin | 2019-05-23 | 7 | -55/+86 |
| | | | | | | Signed-off-by: Marat Safin <jeizsm@gmail.com> Closes GH-6071 | ||||
* | community/rust: rebuild against new libgit2 | Carlo Landmeter | 2019-04-23 | 1 | -1/+1 |
| | | | | needs a temp aport of older libgit2 | ||||
* | community/rust: upgrade to 1.31.1 | Marat Safin | 2019-01-02 | 3 | -11/+108 |
| | |||||
* | community/rust: rebuild against openssl 1.1 | Natanael Copa | 2018-11-07 | 1 | -2/+2 |
| | |||||
* | community/rust: upgrade to 1.30.0 | Jakub Jirutka | 2018-10-25 | 4 | -61/+16 |
| | |||||
* | community/rust: upgrade to 1.29.0 | Marat Safin | 2018-09-15 | 4 | -66/+17 |
| | |||||
* | community/rust: remove rust.deny-warnings=false, not needed anymore | Jakub Jirutka | 2018-08-03 | 1 | -4/+1 |
| | |||||
* | community/rust: upgrade to 1.28.0 | Jakub Jirutka | 2018-08-03 | 8 | -66/+42 |
| | |||||
* | community/rust: upgrade to 1.27.2 | Jakub Jirutka | 2018-07-21 | 1 | -4/+7 |
| | |||||
* | community/rust: upgrade to 1.27.0 | Marat Safin | 2018-07-02 | 9 | -179/+67 |
| | |||||
* | community/rust: upgrade to 1.26.2 | Jakub Jirutka | 2018-06-08 | 1 | -3/+3 |
| | |||||
* | community/rust: fix check error | Jakub Jirutka | 2018-05-21 | 1 | -0/+8 |
| | |||||
* | Revert "community/rust: build rust-installer in build phase" | Jakub Jirutka | 2018-05-21 | 1 | -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 phase | Jakub Jirutka | 2018-05-20 | 1 | -0/+3 |
| | |||||
* | community/rust: simplify abuild, set RUST* env. vars on top-level | Jakub Jirutka | 2018-05-20 | 2 | -17/+12 |
| | |||||
* | community/rust: backport patch PR-50789 from upstream | Jakub Jirutka | 2018-05-20 | 2 | -0/+41 |
| | |||||
* | community/rust: return -src subpackage back | Jakub Jirutka | 2018-05-20 | 1 | -13/+14 |
| | |||||
* | community/rust: build with analysis data and add subpkg -analysis | Jakub Jirutka | 2018-05-20 | 1 | -2/+10 |
| | |||||
* | community/rust: makedepend on rust-bootstrap | Jakub Jirutka | 2018-05-20 | 1 | -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 patch | Jakub Jirutka | 2018-05-20 | 2 | -1/+2 |
| | |||||
* | community/rust: build cargo and add cargo* subpackages | Jakub Jirutka | 2018-05-20 | 6 | -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 Jirutka | 2018-05-20 | 1 | -6/+2 |
| | |||||
* | community/rust: upgrade to 1.26.0 | Jakub Jirutka | 2018-05-20 | 9 | -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 subpackage | Jakub Jirutka | 2018-05-19 | 1 | -9/+9 |
| | | | | It needs some changes, I'll put it back in the following upgrade. | ||||
* | community/rust: upgrade to 1.25.0 | Jakub Jirutka | 2018-05-19 | 1 | -3/+3 |
| | |||||
* | community/rust: reformat makedepends | Jakub Jirutka | 2018-05-19 | 1 | -4/+12 |
| | |||||
* | community/rust: mark -src as noarch and disable archcheck | Jakub Jirutka | 2018-03-02 | 1 | -3/+3 |
| | |||||
* | community/rust: upgrade to 1.24.1 | Jakub Jirutka | 2018-03-02 | 1 | -2/+2 |
| | |||||
* | community/rust: fix name of py2-lldb dependency | Jakub Jirutka | 2018-02-17 | 1 | -1/+1 |
| | |||||
* | community/rust: build with locked-deps and option-checking | Jakub Jirutka | 2018-02-17 | 1 | -3/+5 |
| | |||||
* | community/rust: remove non-functional code from abuild | Jakub Jirutka | 2018-02-17 | 1 | -4/+0 |
| | |||||
* | community/rust: upgrade to 1.24.0 | Jakub Jirutka | 2018-02-17 | 2 | -12/+12 |
| | |||||
* | community/rust: mark -src as noarch | Jakub Jirutka | 2018-02-08 | 1 | -1/+1 |
| | |||||
* | community/rust: remove "(compiler)" from pkgdesc | Jakub Jirutka | 2018-02-08 | 1 | -1/+1 |
| | | | | This package does not contain just a compiler, but also stdlib etc. |