Skip to content

Commit 7764e4b

Browse files
oharboeclaude
andcommitted
build: remove compatibility_level and update rules_python to 1.8.5
Cherry-pick from PRs The-OpenROAD-Project#4097 and The-OpenROAD-Project#4098. Removes unused compatibility_level from module() and updates rules_python version to match resolved dependency. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
1 parent 77e485b commit 7764e4b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
module(
44
name = "orfs",
55
version = "0.0.1",
6-
compatibility_level = 1,
76
)
87

98
bazel_dep(name = "bazel-orfs")
@@ -23,7 +22,7 @@ archive_override(
2322
urls = ["https://github.com/The-OpenROAD-Project/bazel-orfs/archive/e46fca0214def95ecfbada54a8028da7d47fd122.tar.gz"],
2423
)
2524

26-
bazel_dep(name = "rules_python", version = "1.2.0")
25+
bazel_dep(name = "rules_python", version = "1.8.5")
2726
bazel_dep(name = "rules_shell", version = "0.6.1")
2827

2928
python = use_extension("@rules_python//python/extensions:python.bzl", "python")

0 commit comments

Comments
 (0)