Skip to content

Commit d9da99e

Browse files
authored
Merge pull request #7901 from Pinata-Consulting/bazel-bump
Bazel bump
2 parents 7785fdc + 6d49d50 commit d9da99e

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

MODULE.bazel

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ bazel_dep(name = "bazel-orfs")
151151
# To bump version, run: bazelisk run @bazel-orfs//:bump
152152
git_override(
153153
module_name = "bazel-orfs",
154-
commit = "72078ddd575513b35bd3cdfdb5c115949fc44e97",
154+
commit = "abacf584d7515bebec96491c757a806431b7f9f7",
155155
remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git",
156156
)
157157

@@ -160,10 +160,10 @@ orfs = use_extension("@bazel-orfs//:extension.bzl", "orfs_repositories")
160160
# To bump version, run: bazelisk run @bazel-orfs//:bump
161161
orfs.default(
162162
# Official image https://hub.docker.com/r/openroad/orfs/tags
163-
image = "docker.io/openroad/orfs:v3.0-3455-g9638e97b",
163+
image = "docker.io/openroad/orfs:v3.0-3503-gd7c7e73f",
164164
# Use OpenROAD of this repo instead of from the docker image
165165
openroad = "//:openroad",
166-
sha256 = "7d6478d96c474f29f21e700f723d30b70d44e88686c3801688a22b35c35698e7",
166+
sha256 = "d5539ade517724de3765362589be443afb2624b14391b365612c8949a7c99a19",
167167
)
168168
use_repo(orfs, "com_github_nixos_patchelf_download")
169169
use_repo(orfs, "docker_orfs")
@@ -195,12 +195,13 @@ maven = use_extension("@rules_jvm_external//:extensions.bzl", "maven")
195195
maven.install(
196196
name = "openroad_maven",
197197
artifacts = [
198-
"org.chipsalliance:chisel_2.13:7.0.0-RC1+22-2cb90ea2-SNAPSHOT",
199-
"org.chipsalliance:chisel-plugin_2.13.16:7.0.0-RC1+22-2cb90ea2-SNAPSHOT",
198+
"org.chipsalliance:chisel_2.13:7.0.0-RC3",
199+
"org.chipsalliance:chisel-plugin_2.13.16:7.0.0-RC3",
200200
],
201201
repositories = [
202-
"https://s01.oss.sonatype.org/content/repositories/snapshots",
203202
"https://repo1.maven.org/maven2",
203+
"https://s01.oss.sonatype.org/content/repositories/releases",
204+
"https://s01.oss.sonatype.org/content/repositories/snapshots",
204205
],
205206
)
206207
use_repo(maven, "openroad_maven")

MODULE.bazel.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)