mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 14:35:52 +00:00
Fix a build issue involving Ubuntu Docker containers:
Upgrade the build pipeline to use ubuntu 19.10 container in order for the build pipeline to successfully complete builds.
This commit is contained in:
@@ -218,7 +218,7 @@ ubuntu_19_smoketest:
|
|||||||
- dpkg_build
|
- dpkg_build
|
||||||
- dpkg_sign
|
- dpkg_sign
|
||||||
image:
|
image:
|
||||||
name: ubuntu:19.04
|
name: ubuntu:19.10
|
||||||
<<: *run_local_smoketest
|
<<: *run_local_smoketest
|
||||||
|
|
||||||
ubuntu_18_smoketest:
|
ubuntu_18_smoketest:
|
||||||
@@ -378,10 +378,10 @@ fedora_27_verify_repo_test:
|
|||||||
ubuntu_19_verify_repo_test:
|
ubuntu_19_verify_repo_test:
|
||||||
stage: verify_from_test
|
stage: verify_from_test
|
||||||
variables:
|
variables:
|
||||||
DISTRO: "disco"
|
DISTRO: "eoan"
|
||||||
DEB_REPO: "rippled-deb-test-mirror"
|
DEB_REPO: "rippled-deb-test-mirror"
|
||||||
image:
|
image:
|
||||||
name: ubuntu:19.04
|
name: ubuntu:19.10
|
||||||
dependencies:
|
dependencies:
|
||||||
- dpkg_sign
|
- dpkg_sign
|
||||||
<<: *only_primary
|
<<: *only_primary
|
||||||
@@ -524,10 +524,10 @@ fedora_27_verify_repo_prod:
|
|||||||
ubuntu_19_verify_repo_prod:
|
ubuntu_19_verify_repo_prod:
|
||||||
stage: verify_from_prod
|
stage: verify_from_prod
|
||||||
variables:
|
variables:
|
||||||
DISTRO: "disco"
|
DISTRO: "eoan"
|
||||||
DEB_REPO: "rippled-deb"
|
DEB_REPO: "rippled-deb"
|
||||||
image:
|
image:
|
||||||
name: ubuntu:19.04
|
name: ubuntu:19.10
|
||||||
dependencies:
|
dependencies:
|
||||||
- dpkg_sign
|
- dpkg_sign
|
||||||
<<: *only_primary
|
<<: *only_primary
|
||||||
|
|||||||
Reference in New Issue
Block a user