From ee9ec8bc840c0da1a2d4ca8181602a2683031761 Mon Sep 17 00:00:00 2001 From: samkim-crypto Date: Sat, 8 Jun 2024 06:25:46 +0900 Subject: [PATCH] bump redundancy build threshold --- ci/test-stable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test-stable.sh b/ci/test-stable.sh index 40ee0ae2c40a74..796cb8d7bdf741 100755 --- a/ci/test-stable.sh +++ b/ci/test-stable.sh @@ -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