Skip to content

Commit 0a8b68c

Browse files
author
MarcoFalke
committed
Merge #17483: build: Set gitian arch back to amd64
fae7530 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 bitcoin/bitcoin#17409 (comment) 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
2 parents a51aa28 + fae7530 commit 0a8b68c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

contrib/gitian-descriptors/gitian-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ distro: "ubuntu"
55
suites:
66
- "bionic"
77
architectures:
8-
- "linux64"
8+
- "amd64"
99
packages:
1010
- "curl"
1111
- "g++-aarch64-linux-gnu"

contrib/gitian-descriptors/gitian-osx-signer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ distro: "ubuntu"
44
suites:
55
- "bionic"
66
architectures:
7-
- "linux64"
7+
- "amd64"
88
packages:
99
- "faketime"
1010
remotes:

contrib/gitian-descriptors/gitian-osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ distro: "ubuntu"
55
suites:
66
- "bionic"
77
architectures:
8-
- "linux64"
8+
- "amd64"
99
packages:
1010
- "ca-certificates"
1111
- "curl"

contrib/gitian-descriptors/gitian-win-signer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ distro: "ubuntu"
44
suites:
55
- "bionic"
66
architectures:
7-
- "linux64"
7+
- "amd64"
88
packages:
99
- "libssl-dev"
1010
- "autoconf"

contrib/gitian-descriptors/gitian-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ distro: "ubuntu"
55
suites:
66
- "bionic"
77
architectures:
8-
- "linux64"
8+
- "amd64"
99
packages:
1010
- "curl"
1111
- "g++"

0 commit comments

Comments
 (0)