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 d81fa67 commit 8941b5dCopy full SHA for 8941b5d
.github/workflows/gds.yaml
@@ -81,7 +81,8 @@ jobs:
81
# Skip projects that were not built with OpenLane2 or LibreLane (e.g. analog and mixed-signal projects)
82
if [[ "$(jq -r '.openlane_version' $project/commit_id.json)" != "OpenLane2 2"* ]] && \
83
[[ "$(jq -r '.flow_version' $project/commit_id.json)" != "OpenLane2 2"* ]] && \
84
- [[ "$(jq -r '.flow_version' $project/commit_id.json)" != "LibreLane "* ]]; then
+ [[ "$(jq -r '.flow_version' $project/commit_id.json)" != "LibreLane "* ]] && \
85
+ ( [ -f $project/pdk.json ] && [[ "$(jq -r '.FLOW_NAME' $project/pdk.json)" != "LibreLane" ]]); then
86
continue
87
fi
88
0 commit comments