- Sep 18, 2021
-
-
Thermi authored
/etc/apk/keys cp: will not overwrite just-created '/home/buildozer/sysroot-aarch64/ /etc/apk/keys/buildozer-6086211a.rsa.pub' with '/home/buildozer/. abuild/buildozer-6086211a.rsa.pub'
-
- Aug 13, 2021
-
-
Ariadne Conill authored
-
- Jun 27, 2021
-
-
Carlo Landmeter authored
-
- Jun 02, 2021
-
-
Roman Shaposhnik authored
On some architectures rograms which use C11 or C++11 atomics, like #include <atomic>, generally must link against -latomic explicitly. For now the check is only against riscv64, but the list may grow. Signed-off-by:
Roman Shaposhnik <rvs@zededa.com>
-
Roman Shaposhnik authored
The list of packages doesn't change, but we need them build in a different order because of changing dependencies. Signed-off-by:
Roman Shaposhnik <rvs@zededa.com>
-
Roman Shaposhnik authored
When bootstrapping we need to have access to the freshly minted abuild keys in the CBUILDROOT. While this can potentially be done as a separate step it doesn't really hurt to include it in the bootstrap.sh script. Signed-off-by:
Roman Shaposhnik <rvs@zededa.com>
-
- May 06, 2021
-
-
Ariadne Conill authored
-
- Apr 17, 2021
-
-
Leo authored
fixes #12615
-
- Mar 28, 2021
-
-
Also don't bootstrap it in bootstrap.sh. Since we no longer use the grsecurity patchset (which also provides PaX) and paxmark was recently removed from all remaining packages, there should be no need to bootstrap it early or include it in the images.
-
- Feb 15, 2021
-
-
Ariadne Conill authored
-
- Feb 10, 2021
-
-
Ariadne Conill authored
-
- Jan 05, 2021
-
-
Natanael Copa authored
make it possible to disable KERNEL_PKG via empty env var replace isl with isl22 drop sudo, which is no longer needed fixes #12255
-
- Oct 31, 2020
-
-
Ariadne Conill authored
-
Ariadne Conill authored
-
Ariadne Conill authored
-
Ariadne Conill authored
-
Ariadne Conill authored
-
- Jun 24, 2020
-
-
Ariadne Conill authored
Since 3.12, we have included patch in build-base due to busybox patch being removed.
-
- Feb 08, 2020
-
-
Timo Teräs authored
Instead of apk adding dependencies to sysroot, use the EXTRADEPENDS_TARGET to pass in these dependencies. This does not leave the sysroot in dirty state, but instead cleans it up.
-
Timo Teräs authored
Current abuild has a bug that when CC is defined, it's used to guess build architecture. But during cross-compile setup it points to cross compiler and causing breakage. Export CBUILD after initial abuild functions.sh run to workaround this.
-
- Dec 06, 2019
-
-
Natanael Copa authored
also add doas to extended image
-
-
- Oct 01, 2019
-
-
Timo Teräs authored
Since commit 5bd58072 it requires libedit, so include that in bootstrap reorder ncurses before it.
-
- Feb 05, 2019
-
-
alpine-mips-patches authored
-
- Nov 09, 2018
-
-
Replace libressl with openssl, add libbsd and libtls-standalone (for busybox) but still build libressl for apk-tools. [TT: Remove libressl, it is not needed anymore.]
-
- Aug 02, 2018
-
-
Timo Teräs authored
-
Timo Teräs authored
busybox now requires ssl on the target host. Fix busybox dependency and adjust bootstrap build order accordingly.
-
- Mar 31, 2018
-
-
In order to install abuild, lzip needs to be available. Add it to the list of packages built in bootstrap.sh. Fixes: 9674a649 ("main/abuild: add support for lzip source packages")
-
- Mar 09, 2018
-
-
- Feb 06, 2018
-
-
Timo Teräs authored
apk-tools no longer depends on libfetch build-base now depends on file
-
- Feb 05, 2018
-
-
- Nov 05, 2017
-
-
Commit 3b5707d3 moved ghc from testing to community, but bootstrap.sh was not updated.
-
- Aug 24, 2017
-
-
Kaarle Ritvanen authored
-
- Mar 12, 2017
-
-
- Feb 27, 2017
-
-
Timo Teräs authored
-
Timo Teräs authored
abuild has been updated to figure this one out from $BOOTSTRAP.
-
Timo Teräs authored
-
- Feb 17, 2017
-
-
Timo Teräs authored
- requires new abuild (from git until 2.30 is tagged) - properly build initial musl-dev before c-compiler is available - mark core aports with options=toolchain, and fix all makedepends - bootstrap.sh: reorganize and use set -e there - bootstrap.sh: use new EXTRADEPENDS_* to pull in implicit dependencies during bootstrap to simplify the script
-
- Nov 28, 2016
-
-
Natanael Copa authored
-
- Nov 21, 2016
-
-
Timo Teräs authored
-