Skip to content

Commit 09b89d1

Browse files
committed
fix: remove non-root overrides from MODULE.bazel
When ORFS is fetched as a non-root dependency, git_override and orfs.default() directives are ignored/illegal. Remove them so the module can be used as a dependency without errors. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
1 parent 43ca564 commit 09b89d1

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

MODULE.bazel

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ module(
77

88
bazel_dep(name = "bazel-orfs")
99

10-
# To bump version, run: bazelisk run @bazel-orfs//:bump
11-
git_override(
12-
module_name = "bazel-orfs",
13-
commit = "f8a4b694b37c8f5322323eba9a9ae37f9541ee17",
14-
remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git",
15-
)
16-
1710
bazel_dep(name = "rules_python", version = "1.8.5")
1811
bazel_dep(name = "rules_shell", version = "0.6.1")
1912

@@ -32,15 +25,3 @@ pip.parse(
3225
use_repo(pip, "orfs-pip")
3326

3427
orfs = use_extension("@bazel-orfs//:extension.bzl", "orfs_repositories")
35-
36-
# To bump version, run: bazelisk run @bazel-orfs//:bump
37-
orfs.default(
38-
image = "docker.io/openroad/orfs:v3.0-3273-gedf3d6bf",
39-
# Use local files instead of docker image
40-
makefile = "//flow:makefile",
41-
makefile_yosys = "//flow:makefile_yosys",
42-
pdk = "//flow:asap7",
43-
sha256 = "f5692c6325ebcf27cc348e033355ec95c82c35ace1af7e72a0d352624ada143e",
44-
)
45-
use_repo(orfs, "com_github_nixos_patchelf_download")
46-
use_repo(orfs, "docker_orfs")

0 commit comments

Comments
 (0)