Skip to content

Commit

Permalink
Add Ubuntu 20.04 platform, but do not test it in CI yet
Browse files Browse the repository at this point in the history
This seems like it might be a prerequisite for adding a ubuntu 20.04 platform to bazelci, based on this CI failure:
bazelbuild/continuous-integration#988

Closes bazelbuild#11630.

PiperOrigin-RevId: 333290900
  • Loading branch information
mostynb authored and copybara-github committed Sep 23, 2020
1 parent fae2841 commit 28d95e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .bazelci/build_bazel_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ platforms:
build_flags:
- "-c"
- "opt"
ubuntu2004:
build_targets:
- "//src:bazel"
build_flags:
- "-c"
- "opt"
macos:
build_targets:
- "//src:bazel"
Expand Down

0 comments on commit 28d95e2

Please sign in to comment.