Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 9468682

Browse files
committed
increased regression build redundancy to > 10
1 parent 04ec54c commit 9468682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test-stable.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ test-stable-sbf)
119119
# latest mainbeta release version.
120120
solana_program_count=$(grep -c 'solana-program v' cargo.log)
121121
rm -f cargo.log
122-
if ((solana_program_count > 4)); then
122+
if ((solana_program_count > 10)); then
123123
echo "Regression of build redundancy ${solana_program_count}."
124124
echo "Review dependency features that trigger redundant rebuilds of solana-program."
125125
exit 1

0 commit comments

Comments
 (0)