Temporary increase the build redundancy threshold (#29412)

This commit is contained in:
Dmitri Makarov 2022-12-24 11:05:54 -05:00 committed by GitHub
parent c0e6065ac9
commit f05eb4a022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,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 > 10)); then
if ((solana_program_count > 12)); then
echo "Regression of build redundancy ${solana_program_count}."
echo "Review dependency features that trigger redundant rebuilds of solana-program."
exit 1