diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2023-06-27 19:41:12 +0200 |
---|---|---|
committer | Sascha Roloff <sascha.roloff@huawei.com> | 2023-06-28 15:59:26 +0200 |
commit | 21481c72129ba81c3f22c531b45945924f9c780c (patch) | |
tree | 44bc729c03abc9c7d64e7b1781977aadc37b3e1c /src/buildtool/execution_api/remote/bazel/bazel_action.cpp | |
parent | 3f864eaf19b397d0b8a18feb0687178729a573a2 (diff) | |
download | justbuild-21481c72129ba81c3f22c531b45945924f9c780c.tar.gz |
Update remote execution api to preliminary version v2.3
In preparation for the introduction of our blob splitting protocol as extension
to the remote execution api, we need to update the used remote execution api to
a more recent version than v2.0.0. Since no new tags are available right now,
we update to the preliminary protocol version v2.3 according to the following
discussion: https://github.com/bazelbuild/remote-apis/issues/253
Diffstat (limited to 'src/buildtool/execution_api/remote/bazel/bazel_action.cpp')
-rw-r--r-- | src/buildtool/execution_api/remote/bazel/bazel_action.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buildtool/execution_api/remote/bazel/bazel_action.cpp b/src/buildtool/execution_api/remote/bazel/bazel_action.cpp index d7f9f389..04d4c3f7 100644 --- a/src/buildtool/execution_api/remote/bazel/bazel_action.cpp +++ b/src/buildtool/execution_api/remote/bazel/bazel_action.cpp @@ -91,7 +91,6 @@ auto BazelAction::CreateBundlesForAction(BlobContainer* blobs, exec_dir, output_files_, output_dirs_, - {} /*FIXME output node properties*/, env_vars_, properties_, do_not_cache, |