mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 14:26:23 -04:00
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:
parent
b71b5103ae
commit
167052d443
9 changed files with 16 additions and 16 deletions
|
@ -29,7 +29,7 @@ go_binary(
|
|||
|
||||
platform_binary(
|
||||
name = "qemu_metadata_api_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 = ":qemu-metadata-api",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
@ -40,7 +40,7 @@ pkg_tar(
|
|||
":qemu_metadata_api_linux_amd64",
|
||||
],
|
||||
mode = "0755",
|
||||
remap_paths = {"/platform:linux_amd64_gnu.2.34": "/server"},
|
||||
remap_paths = {"/platform:linux_amd64_gnu.2.23": "/server"},
|
||||
)
|
||||
|
||||
oci_image(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue