Skip to content

Commit

Permalink
Disable users of cloudflare/circl
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Koch <[email protected]>
  • Loading branch information
hugelgupf committed Dec 24, 2023
1 parent caa5c43 commit a554802
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
]

Expand Down

0 comments on commit a554802

Please sign in to comment.