Merge #17483: build: Set gitian arch back to amd64

fae75306bac4c82dd07a1b85ce5dfb020e052fe8 scripted-diff: Set gitian arch back to amd64 (MarcoFalke)

Pull request description:

  This was required to allow gitian builds on non-amd64 architecture, however, it seems to break the current builds (with lxc), see https://github.com/bitcoin/bitcoin/pull/17409#issuecomment-554099626

  Also, the gititan builds wouldn't be deterministic across arches anyway, see #17468

  So instead of wasting more time on this, revert the change and hope that guix allows to compile on non-amd64 architectures.

Top commit has no ACKs.

Tree-SHA512: 801e9a30ae1b0882ef45d5eb3a3cf80f3ace3b99db046069dbd95b6162119e977e3cf3134287d1ac5d09483906206acc71e1ac34d6b74dbc533d46aaf73f5cc2
This commit is contained in:
MarcoFalke 2020-01-22 09:50:19 -05:00 committed by UdjinM6
parent b7f68eabe6
commit 8022accec7
No known key found for this signature in database
GPG Key ID: 83592BD1400D58D9
5 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ distro: "ubuntu"
suites: suites:
- "bionic" - "bionic"
architectures: architectures:
- "linux64" - "amd64"
packages: packages:
- "curl" - "curl"
- "g++-aarch64-linux-gnu" - "g++-aarch64-linux-gnu"

View File

@ -4,7 +4,7 @@ distro: "ubuntu"
suites: suites:
- "bionic" - "bionic"
architectures: architectures:
- "linux64" - "amd64"
packages: packages:
- "faketime" - "faketime"
- "xorriso" - "xorriso"

View File

@ -5,7 +5,7 @@ distro: "ubuntu"
suites: suites:
- "bionic" - "bionic"
architectures: architectures:
- "linux64" - "amd64"
packages: packages:
- "ca-certificates" - "ca-certificates"
- "curl" - "curl"

View File

@ -4,7 +4,7 @@ distro: "ubuntu"
suites: suites:
- "bionic" - "bionic"
architectures: architectures:
- "linux64" - "amd64"
packages: packages:
- "libssl-dev" # do not merge bitcoin#13782, see https://github.com/dashpay/dash/pull/3894 - "libssl-dev" # do not merge bitcoin#13782, see https://github.com/dashpay/dash/pull/3894
- "autoconf" - "autoconf"

View File

@ -5,7 +5,7 @@ distro: "ubuntu"
suites: suites:
- "bionic" - "bionic"
architectures: architectures:
- "linux64" - "amd64"
packages: packages:
- "curl" - "curl"
- "g++" - "g++"