@@ -126,6 +126,7 @@ void main() {
126
126
'git clone -b beta https://flutter.googlesource.com/mirrors/flutter' : null ,
127
127
'git reset --hard $testRef ' : null ,
128
128
'git remote set-url origin https://github.com/flutter/flutter.git' : null ,
129
+ 'git gc --prune=now --aggressive' : null ,
129
130
'git describe --tags --exact-match $testRef ' : < ProcessResult > [ProcessResult (0 , 0 , 'v1.2.3' , '' )],
130
131
'$flutter --version --machine' : < ProcessResult > [
131
132
ProcessResult (0 , 0 , '{"dartSdkVersion": "3.2.1"}' , '' ),
@@ -162,6 +163,7 @@ void main() {
162
163
'git clone -b beta https://flutter.googlesource.com/mirrors/flutter' : null ,
163
164
'git reset --hard $testRef ' : null ,
164
165
'git remote set-url origin https://github.com/flutter/flutter.git' : null ,
166
+ 'git gc --prune=now --aggressive' : null ,
165
167
'git describe --tags --exact-match $testRef ' : < ProcessResult > [ProcessResult (0 , 0 , 'v1.2.3' , '' )],
166
168
'$flutter --version --machine' : < ProcessResult > [
167
169
ProcessResult (0 , 0 , '{"dartSdkVersion": "3.2.1"}' , '' ),
@@ -209,6 +211,7 @@ void main() {
209
211
'git clone -b beta https://flutter.googlesource.com/mirrors/flutter' : null ,
210
212
'git reset --hard $testRef ' : null ,
211
213
'git remote set-url origin https://github.com/flutter/flutter.git' : null ,
214
+ 'git gc --prune=now --aggressive' : null ,
212
215
'git describe --tags --exact-match $testRef ' : < ProcessResult > [ProcessResult (0 , 0 , 'v1.2.3' , '' )],
213
216
'$flutter --version --machine' : < ProcessResult > [
214
217
ProcessResult (0 , 0 , '{"dartSdkVersion": "3.2.1"}' , '' ),
@@ -266,6 +269,7 @@ void main() {
266
269
'git clone -b beta https://flutter.googlesource.com/mirrors/flutter' : null ,
267
270
'git reset --hard $testRef ' : null ,
268
271
'git remote set-url origin https://github.com/flutter/flutter.git' : null ,
272
+ 'git gc --prune=now --aggressive' : null ,
269
273
'git describe --tags --abbrev=0 $testRef ' : < ProcessResult > [ProcessResult (0 , 0 , 'v1.2.3' , '' )],
270
274
'$flutter --version --machine' : < ProcessResult > [
271
275
ProcessResult (0 , 0 , '{"dartSdkVersion": "3.2.1"}' , '' ),
@@ -315,6 +319,7 @@ void main() {
315
319
'git clone -b beta https://flutter.googlesource.com/mirrors/flutter' : null ,
316
320
'git reset --hard $testRef ' : null ,
317
321
'git remote set-url origin https://github.com/flutter/flutter.git' : null ,
322
+ 'git gc --prune=now --aggressive' : null ,
318
323
'git describe --tags --exact-match $testRef ' : < ProcessResult > [ProcessResult (0 , 0 , 'v1.2.3' , '' )],
319
324
'$flutter --version --machine' : < ProcessResult > [
320
325
ProcessResult (0 , 0 , '{"dartSdkVersion": "3.2.1"}' , '' ),
0 commit comments