Skip to content

Commit

Permalink
Don't test on Ubuntu 14.04 (#215)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
philwo authored and mfarrugi committed Apr 23, 2019
1 parent 2215277 commit 81076de
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81076de

Please sign in to comment.