From 81076de8aa74dccd6eef27e64b5b9772efc6678e Mon Sep 17 00:00:00 2001 From: Philipp Wollermann Date: Tue, 23 Apr 2019 16:17:05 +0200 Subject: [PATCH] Don't test on Ubuntu 14.04 (#215) Ubuntu 14.04 is about to be end-of-life and Bazel CI will stop supporting it shortly afterwards. Context: https://groups.google.com/d/msg/bazel-dev/_D6XzfNkQQE/8TNKiNmsCAAJ --- .bazelci/presubmit.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 5753659631..dc58b58530 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -7,9 +7,6 @@ default_targets: &default_targets # Bindgen currently only has a working toolchain for 18.04 - "-@examples//ffi/rust_calling_c/simple/..." tasks: - ubuntu1404: - build_targets: *default_targets - test_targets: *default_targets ubuntu1604: build_targets: *default_targets test_targets: *default_targets