Skip to content

Commit 5b7c7ee

Browse files
committed
Replaced m4, flex, and bison targets with jmillikin's rules.
1 parent c2ef195 commit 5b7c7ee

22 files changed

+210
-833
lines changed

dependency_support/com_github_westes_flex/bundled.BUILD.bazel

-208
This file was deleted.

dependency_support/com_github_westes_flex/com_github_westes_flex.bzl

+3-7
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
2020
def com_github_westes_flex():
2121
maybe(
2222
http_archive,
23-
name = "com_github_westes_flex",
24-
urls = [
25-
"https://github.com/westes/flex/releases/download/v2.6.4/flex-2.6.4.tar.gz",
26-
],
27-
strip_prefix = "flex-2.6.4",
28-
sha256 = "e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995",
29-
build_file = Label("@rules_hdl//dependency_support:com_github_westes_flex/bundled.BUILD.bazel"),
23+
name = "rules_flex",
24+
sha256 = "8929fedc40909d19a4b42548d0785f796c7677dcef8b5d1600b415e5a4a7749f",
25+
urls = ["https://github.com/jmillikin/rules_flex/releases/download/v0.2.1/rules_flex-v0.2.1.tar.xz"],
3026
)

0 commit comments

Comments
 (0)