This repository has been archived by the owner on Jul 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update project to work with Bazel v0.28.0
- Updated to latest version of protobuf, v3.9.0. - Added `@bazel_skylib` external/workspace dependency. (Seems to be needed for protobuf.) - Applied the Bazel v0.28.0 bug workaround described [here](bazelbuild/bazel#8571 (comment)). (This shouldn't be necessary after the next bazel release.)
- Loading branch information
David Johnston
committed
Jul 17, 2019
1 parent
c0d3093
commit c6ce487
Showing
2 changed files
with
14 additions
and
4 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,3 +1,3 @@ | ||
build --cxxopt='-std=c++14' | ||
build --experimental_google_legacy_api --cxxopt='-std=c++14' | ||
test --cxxopt='-std=c++14' | ||
run --cxxopt='-std=c++14' |
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