From 123e94c6039f854a5184957027c66e70965fd85a Mon Sep 17 00:00:00 2001 From: manojsdoshi Date: Thu, 16 Apr 2020 10:53:22 -0700 Subject: [PATCH] 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. --- Builds/containers/gitlab-ci/pkgbuild.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Builds/containers/gitlab-ci/pkgbuild.yml b/Builds/containers/gitlab-ci/pkgbuild.yml index c431ee665b..6e2b88e261 100644 --- a/Builds/containers/gitlab-ci/pkgbuild.yml +++ b/Builds/containers/gitlab-ci/pkgbuild.yml @@ -218,7 +218,7 @@ ubuntu_19_smoketest: - dpkg_build - dpkg_sign image: - name: ubuntu:19.04 + name: ubuntu:19.10 <<: *run_local_smoketest ubuntu_18_smoketest: @@ -378,10 +378,10 @@ fedora_27_verify_repo_test: ubuntu_19_verify_repo_test: stage: verify_from_test variables: - DISTRO: "disco" + DISTRO: "eoan" DEB_REPO: "rippled-deb-test-mirror" image: - name: ubuntu:19.04 + name: ubuntu:19.10 dependencies: - dpkg_sign <<: *only_primary @@ -524,10 +524,10 @@ fedora_27_verify_repo_prod: ubuntu_19_verify_repo_prod: stage: verify_from_prod variables: - DISTRO: "disco" + DISTRO: "eoan" DEB_REPO: "rippled-deb" image: - name: ubuntu:19.04 + name: ubuntu:19.10 dependencies: - dpkg_sign <<: *only_primary