From fade767efc109190f029e92e874b79c3857f7569 Mon Sep 17 00:00:00 2001 From: Philipp Wollermann Date: Tue, 21 May 2019 11:31:42 +0200 Subject: [PATCH] Switch Ubuntu 14.04 step back to ubuntu1404 It accidentally used ubuntu1804, which means we built a version no longer compatible with Ubuntu 14.04: https://github.com/bazelbuild/bazel/issues/7499#issuecomment-494295522 Note that Bazel 0.26 will be the last version built on Ubuntu 14.04, though, as was previously announced here: https://groups.google.com/forum/#!searchin/bazel-discuss/ubuntu$2014.04%7Csort:date/bazel-discuss/dPomOEOPseA/Jp849gJvBwAJ --- pipelines/bazel-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines/bazel-release.yml b/pipelines/bazel-release.yml index 2cadde0c69..9d0ef97130 100644 --- a/pipelines/bazel-release.yml +++ b/pipelines/bazel-release.yml @@ -42,7 +42,7 @@ steps: - ANDROID_HOME - ANDROID_NDK_HOME - BUILDKITE_ARTIFACT_UPLOAD_DESTINATION - image: gcr.io/bazel-public/ubuntu1804:java11 + image: gcr.io/bazel-public/ubuntu1404:java8 network: host privileged: true propagate-environment: true @@ -140,7 +140,7 @@ steps: - ANDROID_HOME - ANDROID_NDK_HOME - BUILDKITE_ARTIFACT_UPLOAD_DESTINATION - image: gcr.io/bazel-public/ubuntu1804:java11 + image: gcr.io/bazel-public/ubuntu1404:java8 network: host privileged: true propagate-environment: true