-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove ubuntu1604 from presubmit.yml
Ubuntu 16.04 is end-of-life, we're going to remove it from Bazel CI. If you like you can add testing on `ubuntu2004` platform which we also support.
- Loading branch information
Showing
1 changed file
with
6 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,32 @@ | ||
--- | ||
platforms: | ||
ubuntu1604: | ||
build_flags: | ||
- "--features=layering_check" | ||
build_targets: | ||
- "..." | ||
test_flags: | ||
- "--features=layering_check" | ||
test_targets: | ||
- "..." | ||
ubuntu1804: | ||
build_flags: | ||
- "--features=layering_check" | ||
build_targets: | ||
- "..." | ||
- "//..." | ||
test_flags: | ||
- "--features=layering_check" | ||
test_targets: | ||
- "..." | ||
- "//..." | ||
macos: | ||
build_flags: | ||
- "--features=layering_check" | ||
build_targets: | ||
- "..." | ||
- "//..." | ||
test_flags: | ||
- "--features=layering_check" | ||
test_targets: | ||
- "..." | ||
- "//..." | ||
windows: | ||
# Optional: use VS 2017 instead of 2015. | ||
environment: | ||
BAZEL_VC: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC" | ||
build_flags: | ||
- "--features=layering_check" | ||
build_targets: | ||
- "..." | ||
- "//..." | ||
test_flags: | ||
- "--features=layering_check" | ||
test_targets: | ||
- "..." | ||
- "//..." |