Skip to content

Commit

Permalink
Revert "Try another workaround for bazel-contrib/rules_go#4154 and ba…
Browse files Browse the repository at this point in the history
…zel-contrib/bazel-gazelle#1393"

The override in MODULE.bazel makes the module unusable.
See whether the flags in the GitHub workflow config are sufficient.

This reverts commit 478001e.
  • Loading branch information
phst committed Jan 9, 2025
1 parent c6c002d commit b41effc
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,6 @@ bazel_dep(name = "gazelle", version = "0.41.0")

go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
go_deps.from_file(go_mod = "go.mod")

# Work around https://github.com/bazel-contrib/rules_go/issues/4154 and
# https://github.com/bazel-contrib/bazel-gazelle/issues/1393. See
# https://github.com/bazel-contrib/rules_go/issues/4154#issuecomment-2433739889.
go_deps.gazelle_override(
directives = [
"gazelle:build_tags purego",
"gazelle:exclude **/*_amd64*",
],
path = "github.com/cloudflare/circl",
)
use_repo(
go_deps,
"com_github_bazelbuild_buildtools",
Expand Down

0 comments on commit b41effc

Please sign in to comment.