You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2022/09/27 03:51:45 UTC

[rocketmq-clients] 02/11: Prpare cc_image_repos()

This is an automated email from the ASF dual-hosted git repository.

lizhanhui pushed a commit to branch container
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git

commit 6dac85184386446e5dbb2654c75ea80f2e2b08cd
Author: Zhanhui Li <li...@apache.org>
AuthorDate: Fri Sep 23 12:59:31 2022 +0800

    Prpare cc_image_repos()
---
 cpp/WORKSPACE | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/cpp/WORKSPACE b/cpp/WORKSPACE
index 178617a..a2472b6 100644
--- a/cpp/WORKSPACE
+++ b/cpp/WORKSPACE
@@ -24,6 +24,9 @@ container_repositories()
 load("@io_bazel_rules_docker//repositories:deps.bzl", container_deps = "deps")
 container_deps()
 
+load("@io_bazel_rules_docker//cc:image.bzl", cc_image_repos = "repositories")
+cc_image_repos()
+
 # Support Bazel RBE(remote build execution)
 load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
 http_archive(