- Jul 05, 2019
-
-
Natanael Copa authored
-
Natanael Copa authored
Enable x86 and work around out of meomory error by disable _FORTIFY_SOURCE.
-
Leo authored
-
-
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!
-
-
-
Leo authored
-
Francesco Colista authored
-
-
-
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
-
- Jul 04, 2019
-
-
prspkt authored
* Add patch to fix compatibility with python 3.7.
-
prspkt authored
-
prspkt authored
* Switch source to github and run provided test suite.
-
prspkt authored
-
prspkt authored
-
prspkt authored
-
-
Andy Postnikov authored
-
Adding the upstream bzip2 security patch to fix the out of bounds security vulnerability in bzip2. fixes #10643
-
Leo authored
-
Leo authored
-
Natanael Copa authored
fixes #10654
-
Natanael Copa authored
- build with MinSizeRel and -g1 to reduce memory usage during compile - simplify cmake opts. default seems to do the right thing nowdays - use nijna - remove patch that apparetnly is not needed anymore
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-