Skip to content

Commit a1a2b81

Browse files
authored
Merge pull request The-OpenROAD-Project#8724 from Pinata-Consulting/yaml-cpp-cleanup
bazel: use master upstream yaml-cpp
2 parents 0fb1f07 + 9fff3e5 commit a1a2b81

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ bazel_dep(name = "tcmalloc", version = "0.0.0-20250331-43fcf6e")
9191
bazel_dep(name = "zlib", version = "1.3.1.bcr.5")
9292
bazel_dep(name = "yaml-cpp", version = "0.8.0")
9393

94-
# fix missing stdint include https://github.com/stonier/yaml-cpp/pull/1
94+
# Use HEAD of master upstream to fix bugs such as missing stdint include
9595
git_override(
9696
module_name = "yaml-cpp",
9797
commit = "a83cd31548b19d50f3f983b069dceb4f4d50756d",
98-
remote = "https://github.com/stonier/yaml-cpp.git",
98+
remote = "https://github.com/jbeder/yaml-cpp.git",
9999
)
100100

101101
# A from source build of QT that allows it to link into OpenROAD.

MODULE.bazel.lock

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

0 commit comments

Comments
 (0)