File tree 1 file changed +19
-2
lines changed
1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -3215,7 +3215,24 @@ targets:
3215
3215
- bin/**
3216
3216
- .ci.yaml
3217
3217
3218
- - name : Mac verify_binaries_codesigned
3218
+ - name : Mac_x64 verify_binaries_codesigned
3219
+ bringup : true
3220
+ enabled_branches :
3221
+ - flutter-\d+\.\d+-candidate\.\d+
3222
+ recipe : flutter/flutter
3223
+ timeout : 60
3224
+ properties :
3225
+ dependencies : >-
3226
+ [
3227
+ {"dependency": "xcode", "version": "14a5294e"}
3228
+ ]
3229
+ tags : >
3230
+ ["framework", "hostonly", "shard", "mac"]
3231
+ validation : verify_binaries_codesigned
3232
+ validation_name : Verify x64 binaries codesigned
3233
+
3234
+ - name : Mac_arm64 verify_binaries_codesigned
3235
+ bringup : true
3219
3236
enabled_branches :
3220
3237
- flutter-\d+\.\d+-candidate\.\d+
3221
3238
recipe : flutter/flutter
@@ -3228,7 +3245,7 @@ targets:
3228
3245
tags : >
3229
3246
["framework", "hostonly", "shard", "mac"]
3230
3247
validation : verify_binaries_codesigned
3231
- validation_name : Verify binaries codesigned
3248
+ validation_name : Verify arm64 binaries codesigned
3232
3249
3233
3250
- name : Mac web_tool_tests
3234
3251
recipe : flutter/flutter_drone
You can’t perform that action at this time.
0 commit comments