-
Notifications
You must be signed in to change notification settings - Fork 694
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CI failures due to Clang 10 -> 11 upgrade (#1450)
* Fix CI failures due to Clang 10 -> 11 upgrade After Bazel container was updated to include Clang 11.0.0, this GCB test started to fail because the toolchain config it uses is pinned to an older Bazel container but the Bazel container the test runs in uses "latest". From what I can tell, the test is meant to ensure RBE supports the exec properties that enable sibling docker so I don't think we're losing test coverage. * Update to bazel 2.1.1
- Loading branch information
Showing
2 changed files
with
7 additions
and
6 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
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