Skip to content

Commit 0fb1f07

Browse files
authored
Merge pull request The-OpenROAD-Project#8717 from Pinata-Consulting/bazel-build-gui-yaml-cpp-fix
bazel: fix build problems for gui
2 parents 7319402 + 8ae3ed9 commit 0fb1f07

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

MODULE.bazel

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@ 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
95+
git_override(
96+
module_name = "yaml-cpp",
97+
commit = "a83cd31548b19d50f3f983b069dceb4f4d50756d",
98+
remote = "https://github.com/stonier/yaml-cpp.git",
99+
)
100+
94101
# A from source build of QT that allows it to link into OpenROAD.
95102
# Building like any other bazel project. scripts in the docker folder
96103
# of this project generate stubs .ifso for things like X11 that will

0 commit comments

Comments
 (0)