@@ -126,6 +126,7 @@ void main() {
126126 'git clone -b beta https://flutter.googlesource.com/mirrors/flutter' : null ,
127127 'git reset --hard $testRef ' : null ,
128128 'git remote set-url origin https://github.com/flutter/flutter.git' : null ,
129+ 'git gc --prune=now --aggressive' : null ,
129130 'git describe --tags --exact-match $testRef ' : < ProcessResult > [ProcessResult (0 , 0 , 'v1.2.3' , '' )],
130131 '$flutter --version --machine' : < ProcessResult > [
131132 ProcessResult (0 , 0 , '{"dartSdkVersion": "3.2.1"}' , '' ),
@@ -162,6 +163,7 @@ void main() {
162163 'git clone -b beta https://flutter.googlesource.com/mirrors/flutter' : null ,
163164 'git reset --hard $testRef ' : null ,
164165 'git remote set-url origin https://github.com/flutter/flutter.git' : null ,
166+ 'git gc --prune=now --aggressive' : null ,
165167 'git describe --tags --exact-match $testRef ' : < ProcessResult > [ProcessResult (0 , 0 , 'v1.2.3' , '' )],
166168 '$flutter --version --machine' : < ProcessResult > [
167169 ProcessResult (0 , 0 , '{"dartSdkVersion": "3.2.1"}' , '' ),
@@ -209,6 +211,7 @@ void main() {
209211 'git clone -b beta https://flutter.googlesource.com/mirrors/flutter' : null ,
210212 'git reset --hard $testRef ' : null ,
211213 'git remote set-url origin https://github.com/flutter/flutter.git' : null ,
214+ 'git gc --prune=now --aggressive' : null ,
212215 'git describe --tags --exact-match $testRef ' : < ProcessResult > [ProcessResult (0 , 0 , 'v1.2.3' , '' )],
213216 '$flutter --version --machine' : < ProcessResult > [
214217 ProcessResult (0 , 0 , '{"dartSdkVersion": "3.2.1"}' , '' ),
@@ -266,6 +269,7 @@ void main() {
266269 'git clone -b beta https://flutter.googlesource.com/mirrors/flutter' : null ,
267270 'git reset --hard $testRef ' : null ,
268271 'git remote set-url origin https://github.com/flutter/flutter.git' : null ,
272+ 'git gc --prune=now --aggressive' : null ,
269273 'git describe --tags --abbrev=0 $testRef ' : < ProcessResult > [ProcessResult (0 , 0 , 'v1.2.3' , '' )],
270274 '$flutter --version --machine' : < ProcessResult > [
271275 ProcessResult (0 , 0 , '{"dartSdkVersion": "3.2.1"}' , '' ),
@@ -315,6 +319,7 @@ void main() {
315319 'git clone -b beta https://flutter.googlesource.com/mirrors/flutter' : null ,
316320 'git reset --hard $testRef ' : null ,
317321 'git remote set-url origin https://github.com/flutter/flutter.git' : null ,
322+ 'git gc --prune=now --aggressive' : null ,
318323 'git describe --tags --exact-match $testRef ' : < ProcessResult > [ProcessResult (0 , 0 , 'v1.2.3' , '' )],
319324 '$flutter --version --machine' : < ProcessResult > [
320325 ProcessResult (0 , 0 , '{"dartSdkVersion": "3.2.1"}' , '' ),
0 commit comments