Skip to content

Commit 8419d0f

Browse files
committed
add exclusion for rg binary in check-payload config to handle code-server installs outside RPM
1 parent c259405 commit 8419d0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/check-payload/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ files = [
251251
# executable is not dynamically linked
252252
"/opt/app-root/bin/py-spy",
253253
"/usr/local/pandoc/bin/pandoc",
254+
# when code-server is not installed from rpm, the exclusion below won't apply
255+
"/usr/lib/code-server/lib/vscode/node_modules/@vscode/ripgrep/bin/rg",
254256
]
255257

256258
[[rpm.code-server.ignore]]

0 commit comments

Comments
 (0)