Skip to content

Commit 305d255

Browse files
committed
Removing invalid ignored CG manifest checks.
1 parent ee09baa commit 305d255

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/validate-cg-manifest.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ ignore_no_source_tarball=" \
5656
web-assets \
5757
"
5858

59-
# Specs where cgmanifest validation has known issues checking URLs.
60-
ignore_known_issues=" \
61-
virglrenderer \
62-
libesmtp"
63-
6459
alt_source_tag="Source9999"
6560

6661
prepare_chroot_environment() {
@@ -169,7 +164,7 @@ do
169164
fi
170165

171166
# Skipping specs from the ignore lists.
172-
if echo "$ignore_multiple_sources $ignore_no_source_tarball $ignore_known_issues" | grep -qP "(^|\s)$name($|\s)"
167+
if echo "$ignore_multiple_sources $ignore_no_source_tarball" | grep -qP "(^|\s)$name($|\s)"
173168
then
174169
echo " $name is being ignored (reason: explicitly ignored package), skipping."
175170
continue

0 commit comments

Comments
 (0)