Skip to content

Commit cede01b

Browse files
committed
Merge #15609: scripts and tools: Set 'distro' explicitly
b8705a0 Set 'distro' explicitly (Hennadii Stepanov) Pull request description: The [gitian-builder](https://github.com/devrandom/gitian-builder) implicitly uses `ubuntu` as a default distro. [bin/gbuild#L237](https://github.com/devrandom/gitian-builder/blob/81edd2fc8e66193bc0e2ca8530a918eb57727139/bin/gbuild#L237): ```ruby distro = build_desc["distro"] || "ubuntu" ``` This PR sets a gitian building distro explicitly in description files. Tree-SHA512: d2a692047f3466a5c637433610854d1100fe68a78fb03b4a81c70911fa14b0228d9cf25bcf115930aab9cc8c5063dacaf79bcd151f1c3f6fee6419389aefcb8b
2 parents 118a5c8 + b8705a0 commit cede01b

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

contrib/gitian-descriptors/gitian-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: "bitcoin-core-linux-0.19"
33
enable_cache: true
4+
distro: "ubuntu"
45
suites:
56
- "bionic"
67
architectures:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
name: "bitcoin-dmg-signer"
3+
distro: "ubuntu"
34
suites:
45
- "bionic"
56
architectures:

contrib/gitian-descriptors/gitian-osx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: "bitcoin-core-osx-0.19"
33
enable_cache: true
4+
distro: "ubuntu"
45
suites:
56
- "bionic"
67
architectures:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
name: "bitcoin-win-signer"
3+
distro: "ubuntu"
34
suites:
45
- "bionic"
56
architectures:

contrib/gitian-descriptors/gitian-win.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: "bitcoin-core-win-0.19"
33
enable_cache: true
4+
distro: "ubuntu"
45
suites:
56
- "bionic"
67
architectures:

0 commit comments

Comments
 (0)