deps: update dependency hermetic_cc_toolchain to v2.0.0 (#1860)

* deps: update dependency hermetic_cc_toolchain to v2.0.0
* deps: tidy all modules
* bazel: target glibc 2.23 to enable rbe

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: edgelessci <edgelessci@users.noreply.github.com>
Co-authored-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
renovate[bot] 2023-06-09 17:39:30 +02:00 committed by GitHub
parent b71b5103ae
commit 167052d443
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 16 additions and 16 deletions

View file

@ -38,7 +38,7 @@ go_binary(
platform_binary(
name = "debugd_linux_amd64",
platform = "@zig_sdk//libc_aware/platform:linux_amd64_gnu.2.34",
platform = "@zig_sdk//libc_aware/platform:linux_amd64_gnu.2.23",
target_file = ":debugd",
visibility = ["//visibility:public"],
)