File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed
Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ WHAT=""
3636PICK=no
3737INTERACTIVE=yes
3838AUTOSQUASH=" --autosquash"
39- REMOTE=" "
4039TARGET=" "
4140BUILD=yes
4241[ -z ${CC+x} ] && CC=" ccache gcc" # opensslbuild will otherwise use "ccache clang-3.6"
Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ foreach (@ARGV) {
143143 } elsif (/ --fuzz-corpora$ / ) {
144144 $WHAT = ' fuzz-corpora' ;
145145 $min_authors = 1;
146+ $min_reviewers = 1;
146147 # openssl/fuzz-corpora is governed by OTC
147148 $min_otc = 0;
148149 $min_omc = 0;
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ test -f ./config || {
77}
88
99git checkout --quiet openssl-3.0 ; git pull --rebase
10- git checkout --quiet openssl-3.1 ; git pull --rebase
1110git checkout --quiet openssl-3.2 ; git pull --rebase
1211git checkout --quiet openssl-3.3 ; git pull --rebase
1312git checkout --quiet openssl-3.4 ; git pull --rebase
13+ git checkout --quiet openssl-3.5 ; git pull --rebase
1414git checkout --quiet master
1515git rebase -p origin/master
1616
Original file line number Diff line number Diff line change @@ -66,6 +66,9 @@ case $b in
6666* 3* 4* )
6767 TARGET=openssl-3.4
6868 ;;
69+ * 3* 5* )
70+ TARGET=openssl-3.5
71+ ;;
6972m* )
7073 TARGET=master
7174 ;;
You can’t perform that action at this time.
0 commit comments