aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2020-02-11 16:10:34 +0800
committerfanquake <fanquake@gmail.com>2020-02-11 16:32:17 +0800
commit98264e2ccb177a6603fe957f7e263fb413b50d04 (patch)
tree74814037fc17cb26f79051904a962cad9ec1aaf9 /doc
parent35b7a8e539fae30b0d0bc0ae4a3a994091626cbe (diff)
parentfae9084ac5b10f94bdee54853d307838c4254e9c (diff)
downloadbitcoin-98264e2ccb177a6603fe957f7e263fb413b50d04.tar.xz
Merge #18104: build: Skip i686 build by default in guix and gitian
fae9084ac5b10f94bdee54853d307838c4254e9c build: Skip i686 build by default in guix and gitian (MarcoFalke) fa55a2554c2661b8f2a759044d5ac85c9979d9ca depends: Remove reference to win32 (MarcoFalke) Pull request description: Closes #17504 Now that we no longer provide downloads for i686 on our website (https://bitcoincore.org/en/download/), there is no need to build them by default. i686 can still be built in depends (tested by ci/travis) and in guix/gitian by setting the appropriate `HOSTS`. ACKs for top commit: practicalswift: ACK fae9084ac5b10f94bdee54853d307838c4254e9c -- patch looks correct dongcarl: ACK fae9084ac5b10f94bdee54853d307838c4254e9c patch looks correct laanwj: Code review ACK fae9084ac5b10f94bdee54853d307838c4254e9c hebasto: ACK fae9084ac5b10f94bdee54853d307838c4254e9c, I have reviewed the code and it looks OK, I agree it can be merged. Tree-SHA512: b000c19a2cd2a596a52028fa298c4022c24cfdfc1bdb3795a90916d0a00a32e4dd22278db93790b6a11724e08ea8451f4f05c77bc40d1664518e11a8c82d6e29
Diffstat (limited to 'doc')
-rw-r--r--doc/release-process.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/release-process.md b/doc/release-process.md
index 1ffef3e106..608f41cc6c 100644
--- a/doc/release-process.md
+++ b/doc/release-process.md
@@ -268,7 +268,6 @@ The list of files should be:
```
bitcoin-${VERSION}-aarch64-linux-gnu.tar.gz
bitcoin-${VERSION}-arm-linux-gnueabihf.tar.gz
-bitcoin-${VERSION}-i686-pc-linux-gnu.tar.gz
bitcoin-${VERSION}-riscv64-linux-gnu.tar.gz
bitcoin-${VERSION}-x86_64-linux-gnu.tar.gz
bitcoin-${VERSION}-osx64.tar.gz