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: |
40
40
set -e -o pipefail
41
41
42
42
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"
44
44
CONFIGFLAGS="--enable-glibc-back-compat --enable-reduce-exports --disable-bench --disable-gui-tests"
45
45
FAKETIME_HOST_PROGS="gcc g++"
46
46
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
114
114
* _ ** HOSTS** _
115
115
116
116
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
118
118
arm-linux-gnueabihf aarch64-linux-gnu riscv64-linux-gnu")_
119
119
120
120
> 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() {
20
20
}
21
21
22
22
# 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
24
24
25
25
# Display proper warning when the user interrupts the build
26
26
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:
268
268
```
269
269
bitcoin-${VERSION}-aarch64-linux-gnu.tar.gz
270
270
bitcoin-${VERSION}-arm-linux-gnueabihf.tar.gz
271
- bitcoin-${VERSION}-i686-pc-linux-gnu.tar.gz
272
271
bitcoin-${VERSION}-riscv64-linux-gnu.tar.gz
273
272
bitcoin-${VERSION}-x86_64-linux-gnu.tar.gz
274
273
bitcoin-${VERSION}-osx64.tar.gz
You can’t perform that action at this time.
0 commit comments