File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -268,7 +268,6 @@ The list of files should be:
268268```
269269bitcoin-${VERSION}-aarch64-linux-gnu.tar.gz
270270bitcoin-${VERSION}-arm-linux-gnueabihf.tar.gz
271- bitcoin-${VERSION}-i686-pc-linux-gnu.tar.gz
272271bitcoin-${VERSION}-riscv64-linux-gnu.tar.gz
273272bitcoin-${VERSION}-x86_64-linux-gnu.tar.gz
274273bitcoin-${VERSION}-osx64.tar.gz
You can’t perform that action at this time.
0 commit comments