-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dependencies: Update to latest (#30)
This change updates all dependencies by making similar transformations as: * buildbarn/bb-remote-execution@39f60bc * buildbarn/bb-storage@72f277c Most notably: * go dependencies are updated by updating the `bb-storage` and `remote-apis` dependencies in `go.mod` to the same versions as `bb-remote-execution`, and then running `go mod tidy -e` (as the repo is not `go mod tidy`-clean * explicit WORKSPACE dependency is added on `rules_pkg` (not sure if this matters or not) * `rules_go`, `gazelle`, `protobuf`, go mocking are updated explicitly in WORKSPACE, following the versions used in the other buildbarn repos * googleapis is imported in the same manner and version as other buildbarn repos * misc code updates: * well-known proto imports and library APIs changed * `program.Run()` -> `program.RunMain()` (see buildbarn/bb-storage@d6a051c) * patches to repos are forked from bb-storage (following the example of bb-remote-execution in some instances, and because necessary proto edits to the remote-apis protos were reverted from buildbarn/bb-storage@72f277c#diff-13469eb9612199d5b0cbcd47f80ab66109b3767ea3103d2c050cac761d2fa671; keeping these edits local to this repo will reduce breakage from/mainitenance burden within bb-storage) Tested: unit tests only
- Loading branch information
1 parent
52b25db
commit bed6174
Showing
26 changed files
with
1,243 additions
and
1,028 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 +1,5 @@ | ||
run --workspace_status_command="bash tools/workspace-status.sh" | ||
|
||
# absl requires compiling with C++14 or later, which the toolchain doesn't do by | ||
# default; host tooling (gRPC? protobuf?) requires absl. | ||
build --host_cxxopt=-std=c++17 |
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
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
Oops, something went wrong.