mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Verify Mac artifact codesigning on x64 and arm64 (#119971)
* Verify Mac artifact codesigning on x64 and arm64 * mac_arm64
This commit is contained in:
parent
0fbef46932
commit
909dc30090
21
.ci.yaml
21
.ci.yaml
@ -3215,7 +3215,8 @@ targets:
|
|||||||
- bin/**
|
- bin/**
|
||||||
- .ci.yaml
|
- .ci.yaml
|
||||||
|
|
||||||
- name: Mac verify_binaries_codesigned
|
- name: Mac_x64 verify_binaries_codesigned
|
||||||
|
bringup: true
|
||||||
enabled_branches:
|
enabled_branches:
|
||||||
- flutter-\d+\.\d+-candidate\.\d+
|
- flutter-\d+\.\d+-candidate\.\d+
|
||||||
recipe: flutter/flutter
|
recipe: flutter/flutter
|
||||||
@ -3228,7 +3229,23 @@ targets:
|
|||||||
tags: >
|
tags: >
|
||||||
["framework", "hostonly", "shard", "mac"]
|
["framework", "hostonly", "shard", "mac"]
|
||||||
validation: verify_binaries_codesigned
|
validation: verify_binaries_codesigned
|
||||||
validation_name: Verify binaries codesigned
|
validation_name: Verify x64 binaries codesigned
|
||||||
|
|
||||||
|
- name: Mac_arm64 verify_binaries_codesigned
|
||||||
|
bringup: true
|
||||||
|
enabled_branches:
|
||||||
|
- flutter-\d+\.\d+-candidate\.\d+
|
||||||
|
recipe: flutter/flutter
|
||||||
|
timeout: 60
|
||||||
|
properties:
|
||||||
|
dependencies: >-
|
||||||
|
[
|
||||||
|
{"dependency": "xcode", "version": "14a5294e"}
|
||||||
|
]
|
||||||
|
tags: >
|
||||||
|
["framework", "hostonly", "shard", "mac"]
|
||||||
|
validation: verify_binaries_codesigned
|
||||||
|
validation_name: Verify arm64 binaries codesigned
|
||||||
|
|
||||||
- name: Mac web_tool_tests
|
- name: Mac web_tool_tests
|
||||||
recipe: flutter/flutter_drone
|
recipe: flutter/flutter_drone
|
||||||
|
Loading…
Reference in New Issue
Block a user