We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e989a4 + 02e3d92 commit 02adee5Copy full SHA for 02adee5
1 file changed
.github/workflows/qcom-release-reusable-workflow.yml
@@ -135,7 +135,7 @@ jobs:
135
ALL_PKGS=$(grep-dctrl -n -s Package -r '' debian/control | sort -u)
136
137
# Collect dev packages (Section: libdevel)
138
- DEV_PKGS=$(grep-dctrl -n -F Section -e libdevel -s Package debian/control | sort -u)
+ DEV_PKGS=$(grep-dctrl -n -F Section -e libdevel -s Package debian/control | sort -u) || true
139
140
# Compute MAIN = ALL - DEV (using comm on sorted lists)
141
MAIN_PKGS=$(comm -23 <(printf '%s\n' "$ALL_PKGS") <(printf '%s\n' "$DEV_PKGS"))
0 commit comments