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.
2 parents b6ff3eb + 0936c5d commit 74271e4Copy full SHA for 74271e4
1 file changed
bazel/install.sh
@@ -88,10 +88,10 @@ for sub in tools/OpenROAD tools/yosys tools/yosys-slang; do
88
fi
89
done
90
91
-# --- OpenROAD (delegates to its own //:install) ---
+# --- OpenROAD (delegates to its own //packaging:install) ---
92
if [[ $BUILD_OPENROAD -eq 1 ]]; then
93
echo "=== Building OpenROAD with GUI support ==="
94
- (cd "${WORKSPACE}/tools/OpenROAD" && bazelisk run --//:platform=gui //:install)
+ (cd "${WORKSPACE}/tools/OpenROAD" && bazelisk run --//:platform=gui //packaging:install)
95
96
97
# --- Yosys ---
0 commit comments