Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Re-enable gazelle on Windows
Browse files Browse the repository at this point in the history
Closes #280

PiperOrigin-RevId: 214274747
  • Loading branch information
filipesilva authored and alexeagle committed Sep 24, 2018
1 parent 799e364 commit 9ace80c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ platforms:
- "..."
windows:
run_targets:
# TODO(alexeagle): add gazelle when https://github.com/bazelbuild/bazel-gazelle/issues/321 fixed
# - "//:gazelle"
- "//:gazelle"
- "@nodejs//:yarn"
build_targets:
- "..."
Expand Down
12 changes: 6 additions & 6 deletions package.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,18 @@ def rules_typescript_dependencies():
_maybe(
http_archive,
name = "io_bazel_rules_go",
urls = ["https://github.com/bazelbuild/rules_go/archive/cf571fd7fde8eae4ec621184fe88fdad9b277e31.zip"],
strip_prefix = "rules_go-cf571fd7fde8eae4ec621184fe88fdad9b277e31",
sha256 = "12c3f330f5739961a5e57c8b8ac6f0ff9db0794d8081b3781f38d43b187e1098",
urls = ["https://github.com/bazelbuild/rules_go/archive/cbc1e32fba771845305f15e341fa26595d4a136d.zip"],
strip_prefix = "rules_go-cbc1e32fba771845305f15e341fa26595d4a136d",
sha256 = "d02b1d8d11fb67fb1e451645256e58a1542170eedd6e2ba160c8540c96f659da",
)

# go_repository is defined in bazel_gazelle
_maybe(
http_archive,
name = "bazel_gazelle",
urls = ["https://github.com/bazelbuild/bazel-gazelle/archive/976cbaad824ea0ad8a710e047932ffa7c704d63a.zip"],
strip_prefix = "bazel-gazelle-976cbaad824ea0ad8a710e047932ffa7c704d63a",
sha256 = "809678e59f195c1f7e2766207bac07abaf6431e5326ce8e415d80e7415b4c100",
urls = ["https://github.com/bazelbuild/bazel-gazelle/archive/109bcfd6880aac2517a1a2d48987226da6337e11.zip"],
strip_prefix = "bazel-gazelle-109bcfd6880aac2517a1a2d48987226da6337e11",
sha256 = "8f80ce0f7a6f8a3fee1fb863c9a23e1de99d678c1cf3c6f0a128f3b883168208",
)

###############################################
Expand Down

0 comments on commit 9ace80c

Please sign in to comment.