Skip to content

Commit fae9084

Browse files
author
MarcoFalke
committed
build: Skip i686 build by default in guix and gitian
1 parent fa55a25 commit fae9084

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

contrib/gitian-descriptors/gitian-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ script: |
4040
set -e -o pipefail
4141
4242
WRAP_DIR=$HOME/wrapped
43-
HOSTS="i686-pc-linux-gnu x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu riscv64-linux-gnu"
43+
HOSTS="x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu riscv64-linux-gnu"
4444
CONFIGFLAGS="--enable-glibc-back-compat --enable-reduce-exports --disable-bench --disable-gui-tests"
4545
FAKETIME_HOST_PROGS="gcc g++"
4646
FAKETIME_PROGS="date ar ranlib nm"

contrib/guix/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ find output/ -type f -print0 | sort -z | xargs -r0 sha256sum
114114
* _**HOSTS**_
115115

116116
Override the space-separated list of platform triples for which to perform a
117-
bootstrappable build. _(defaults to "i686-linux-gnu x86\_64-linux-gnu
117+
bootstrappable build. _(defaults to "x86\_64-linux-gnu
118118
arm-linux-gnueabihf aarch64-linux-gnu riscv64-linux-gnu")_
119119

120120
> Windows and OS X platform triplet support are WIP.

contrib/guix/guix-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ time-machine() {
2020
}
2121

2222
# Deterministically build Bitcoin Core for HOSTs (overriable by environment)
23-
for host in ${HOSTS=i686-linux-gnu x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu riscv64-linux-gnu}; do
23+
for host in ${HOSTS=x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu riscv64-linux-gnu}; do
2424

2525
# Display proper warning when the user interrupts the build
2626
trap 'echo "** INT received while building ${host}, you may want to clean up the relevant output and distsrc-* directories before rebuilding"' INT

doc/release-process.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ The list of files should be:
268268
```
269269
bitcoin-${VERSION}-aarch64-linux-gnu.tar.gz
270270
bitcoin-${VERSION}-arm-linux-gnueabihf.tar.gz
271-
bitcoin-${VERSION}-i686-pc-linux-gnu.tar.gz
272271
bitcoin-${VERSION}-riscv64-linux-gnu.tar.gz
273272
bitcoin-${VERSION}-x86_64-linux-gnu.tar.gz
274273
bitcoin-${VERSION}-osx64.tar.gz

0 commit comments

Comments
 (0)