Skip to content

Commit

Permalink
Re-enable git verilog format with fixed installer
Browse files Browse the repository at this point in the history
Fixes #254

PiperOrigin-RevId: 308901397
  • Loading branch information
hzeller committed Apr 28, 2020
1 parent 0108308 commit 8177dd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ installer(
name = "install",
data = [
"//verilog/tools/diff:verilog_diff",
# "//verilog/tools/formatter:git_verilog_format", # currently does not work.
"//verilog/tools/formatter:git_verilog_format",
"//verilog/tools/formatter:verilog_format",
"//verilog/tools/lint:verilog_lint",
"//verilog/tools/obfuscator:verilog_obfuscate",
Expand Down
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ rules_foreign_cc_dependencies()
# 'make install' equivalent rule
http_archive(
name = "com_github_google_rules_install",
sha256 = "ea2a9f94fed090859589ac851af3a1c6034c5f333804f044f8f094257c33bdb3",
strip_prefix = "bazel_rules_install-0.3",
urls = ["https://github.com/google/bazel_rules_install/releases/download/0.3/bazel_rules_install-0.3.tar.gz"],
sha256 = "ac2c9c53aa022a110273c0e510d191a4c04c6adafefa069a5eeaa16313edc9b9",
strip_prefix = "bazel_rules_install-0.4",
urls = ["https://github.com/google/bazel_rules_install/releases/download/0.4/bazel_rules_install-0.4.tar.gz"],
)

load("@com_github_google_rules_install//:deps.bzl", "install_rules_dependencies")
Expand Down

0 comments on commit 8177dd8

Please sign in to comment.