Skip to content

Commit f26203f

Browse files
committed
feat: exclude more false positives from v_so_breaks_dep
1 parent f1f4618 commit f26203f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sql.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ WHERE
932932
dep_package = $1
933933
AND package NOT LIKE '%+32'
934934
AND package NOT LIKE 'gcc+cross-%'
935-
AND package NOT IN ('cuda', 'latx', 'liblol')
935+
AND package NOT IN ('cuda', 'latx', 'liblol', 'dropbox', 'intel-oneapi-basekit')
936936
ORDER BY
937937
package
938938
";

0 commit comments

Comments
 (0)