ci: increase solana_program_count to 18 (#32922)

This commit is contained in:
Yihau Chen 2023-08-22 03:01:12 +08:00 committed by GitHub
parent 0fe902ced7
commit a02aebaa4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ test-stable-sbf)
# latest mainbeta release version.
solana_program_count=$(grep -c 'solana-program v' cargo.log)
rm -f cargo.log
if ((solana_program_count > 17)); then
if ((solana_program_count > 18)); then
echo "Regression of build redundancy ${solana_program_count}."
echo "Review dependency features that trigger redundant rebuilds of solana-program."
exit 1