From a554802d21d63a5ead7aaf92ac4cfbbfaca82d27 Mon Sep 17 00:00:00 2001 From: Chris Koch Date: Sat, 23 Dec 2023 22:08:44 -0800 Subject: [PATCH] Disable users of cloudflare/circl Signed-off-by: Chris Koch --- src/BUILD.bazel | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/BUILD.bazel b/src/BUILD.bazel index 2a0955cc..32a8722b 100644 --- a/src/BUILD.bazel +++ b/src/BUILD.bazel @@ -83,7 +83,8 @@ uroot_linux_core_cmds = [ "@com_github_u-root_u-root//cmds/core/find", "@com_github_u-root_u-root//cmds/core/free", "@com_github_u-root_u-root//cmds/core/fusermount", - "@com_github_u-root_u-root//cmds/core/gpgv", + # TODO: reenable when https://github.com/bazelbuild/rules_go/issues/3799 is fixed. + #"@com_github_u-root_u-root//cmds/core/gpgv", "@com_github_u-root_u-root//cmds/core/gpt", "@com_github_u-root_u-root//cmds/core/grep", "@com_github_u-root_u-root//cmds/core/gzip", @@ -163,7 +164,8 @@ uroot_linux_boot_cmds = [ "@com_github_u-root_u-root//cmds/boot/boot", "@com_github_u-root_u-root//cmds/boot/fbnetboot", "@com_github_u-root_u-root//cmds/boot/localboot", - "@com_github_u-root_u-root//cmds/boot/pxeboot", + # TODO: reenable when https://github.com/bazelbuild/rules_go/issues/3799 is fixed. + #"@com_github_u-root_u-root//cmds/boot/pxeboot", "@com_github_u-root_u-root//cmds/boot/systemboot", ]