Skip to content

Commit

Permalink
bump redundancy build threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
samkim-crypto committed Jun 18, 2024
1 parent 221235c commit 7e2bd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test-stable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,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 > 20)); then
if ((solana_program_count > 23)); then
echo "Regression of build redundancy ${solana_program_count}."
echo "Review dependency features that trigger redundant rebuilds of solana-program."
exit 1
Expand Down

0 comments on commit 7e2bd86

Please sign in to comment.