Skip to content

Commit 909dc30

Browse files
authored
Verify Mac artifact codesigning on x64 and arm64 (#119971)
* Verify Mac artifact codesigning on x64 and arm64 * mac_arm64
1 parent 0fbef46 commit 909dc30

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

.ci.yaml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)