Skip to content

Commit

Permalink
Switch Ubuntu 14.04 step back to ubuntu1404 (bazelbuild#664)
Browse files Browse the repository at this point in the history
It accidentally used ubuntu1804, which means we built a version no longer compatible with Ubuntu 14.04: bazelbuild/bazel#7499 (comment)

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
  • Loading branch information
philwo authored and joeleba committed Jun 17, 2019
1 parent fdc4ecb commit 830149d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/bazel-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 830149d

Please sign in to comment.