Temporary increase the build redundancy threshold (#29412)
This commit is contained in:
parent
c0e6065ac9
commit
f05eb4a022
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue