diff --git a/.bazelversion b/.bazelversion index 0f06de4c..1507f689 100644 --- a/.bazelversion +++ b/.bazelversion @@ -12,10 +12,10 @@ When upgrading bazel, you must also upgrade toolchains. 2. Run it for Linux: ``` -RECLIENT_BUILDER_V=v12 -NEW_BAZEL_VERSION=5.3.0 -PATH_TO_RECLIENT=$PWD -GCR_IMAGE=gcr.io/reclient-releases/reclient-builder:${RECLIENT_BUILDER_V} +export RECLIENT_BUILDER_V=v13 +export NEW_BAZEL_VERSION=5.3.0 +export PATH_TO_RECLIENT=$PWD +export GCR_IMAGE=gcr.io/reclient-releases/reclient-builder:${RECLIENT_BUILDER_V} rbe_configs_gen \ --output_src_root=${PATH_TO_RECLIENT} \ --output_config_path=configs/linux \ diff --git a/configs/linux/cc/module.modulemap b/configs/linux/cc/module.modulemap index 022c7635..4d783a0b 100644 --- a/configs/linux/cc/module.modulemap +++ b/configs/linux/cc/module.modulemap @@ -4043,8 +4043,12 @@ module "crosstool" [system] { textual header "/usr/include/xen/gntalloc.h" textual header "/usr/include/xen/gntdev.h" textual header "/usr/include/xen/privcmd.h" + textual header "/usr/include/zbuff.h" textual header "/usr/include/zconf.h" + textual header "/usr/include/zdict.h" textual header "/usr/include/zlib.h" + textual header "/usr/include/zstd.h" + textual header "/usr/include/zstd_errors.h" textual header "/usr/local/lib/clang/12.0.0/share/asan_blacklist.txt" textual header "/usr/local/lib/clang/12.0.0/share/msan_blacklist.txt" textual header "/usr/include/c++/7.5.0/algorithm" diff --git a/configs/linux/config/BUILD b/configs/linux/config/BUILD index 16e41a39..33723a67 100755 --- a/configs/linux/config/BUILD +++ b/configs/linux/config/BUILD @@ -55,7 +55,7 @@ platform( "@bazel_tools//tools/cpp:clang", ], exec_properties = { - "container-image": "docker://gcr.io/reclient-releases/reclient-builder@sha256:e594978edd2078570df4b01fdaf67c361d67ea5cac46aff768f47b844c43a183", + "container-image": "docker://gcr.io/reclient-releases/reclient-builder@sha256:5bd9f692d62ca35acb6849ab5ddb1cd7447719755d09d3ce43ff14e6a869d937", "OSFamily": "Linux", }, parents = ["@local_config_platform//:host"],