Skip to content

Commit

Permalink
Update flex toolchain to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Dec 15, 2024
1 parent 3d821c6 commit a3485a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ use_repo(bison, "bison")
register_toolchains("@bison//:toolchain")

# Register flex rules and toolchain.
bazel_dep(name = "rules_flex", version = "0.2.1")
bazel_dep(name = "rules_flex", version = "0.3")

flex = use_extension(
"@rules_flex//flex/extensions:flex_repository_ext.bzl",
Expand Down
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ m4_register_toolchains(version = "1.4.18")

http_archive(
name = "rules_flex",
sha256 = "8929fedc40909d19a4b42548d0785f796c7677dcef8b5d1600b415e5a4a7749f",
sha256 = "99393873d4a1bce44853f1cf0c48a34640583cee3d06f2d3d439e12fb1529036",
# flex 2.6.4
urls = ["https://github.com/jmillikin/rules_flex/releases/download/v0.2.1/rules_flex-v0.2.1.tar.xz"],
urls = ["https://github.com/jmillikin/rules_flex/releases/download/v0.3/rules_flex-v0.3.tar.xz"],
)

load("@rules_flex//flex:flex.bzl", "flex_register_toolchains")
Expand All @@ -102,7 +102,7 @@ http_archive(

load("@rules_bison//bison:bison.bzl", "bison_register_toolchains")

bison_register_toolchains()
bison_register_toolchains(version = "3.3.2")

# We, but also protobuf needs zlib. Make sure we define it first.
http_archive(
Expand Down

0 comments on commit a3485a2

Please sign in to comment.