We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4175450 commit 8ae3ed9Copy full SHA for 8ae3ed9
MODULE.bazel
@@ -91,6 +91,13 @@ bazel_dep(name = "tcmalloc", version = "0.0.0-20250331-43fcf6e")
91
bazel_dep(name = "zlib", version = "1.3.1.bcr.5")
92
bazel_dep(name = "yaml-cpp", version = "0.8.0")
93
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
+
101
# A from source build of QT that allows it to link into OpenROAD.
102
# Building like any other bazel project. scripts in the docker folder
103
# of this project generate stubs .ifso for things like X11 that will
0 commit comments