We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a809000 commit 20fa582Copy full SHA for 20fa582
1 file changed
.github/workflows/cpp-ci-serial-programs-base.yml
@@ -147,7 +147,7 @@ jobs:
147
EOF
148
149
files=$(jq -r '.[].file' SerialPrograms/bin/compile_commands.json)
150
- echo "$files" | xargs --max-args=50 clang-query -p SerialPrograms/bin/ -f query.txt >> output.txt
+ echo "$files" | xargs --max-procs=0 --max-args=50 clang-query -p SerialPrograms/bin/ -f query.txt >> output.txt
151
cat output.txt
152
if grep "Match #" output.txt; then
153
echo "::error Forbidden code detected. It can be"
0 commit comments