This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -3215,7 +3215,24 @@ targets:
32153215 - bin/**
32163216 - .ci.yaml
32173217
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
32193236 enabled_branches :
32203237 - flutter-\d+\.\d+-candidate\.\d+
32213238 recipe : flutter/flutter
@@ -3228,7 +3245,7 @@ targets:
32283245 tags : >
32293246 ["framework", "hostonly", "shard", "mac"]
32303247 validation : verify_binaries_codesigned
3231- validation_name : Verify binaries codesigned
3248+ validation_name : Verify arm64 binaries codesigned
32323249
32333250 - name : Mac web_tool_tests
32343251 recipe : flutter/flutter_drone
You can’t perform that action at this time.
0 commit comments