Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding sdk_version to mac builds for dart-internal. #37651

Merged
merged 1 commit into from
Nov 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -332,13 +332,17 @@ targets:
timeout: 60
properties:
config_name: mac_android_aot_engine
$flutter/osx_sdk : >-
{ "sdk_version": "14a5294e" }

- name: Mac mac_host_engine
recipe: engine_v2/engine_v2
timeout: 60
properties:
release_build: "true"
config_name: mac_host_engine
$flutter/osx_sdk : >-
{ "sdk_version": "14a5294e" }

- name: Mac Unopt
recipe: engine/engine_unopt
Expand Down Expand Up @@ -432,6 +436,8 @@ targets:
properties:
release_build: "true"
config_name: mac_ios_engine
$flutter/osx_sdk : >-
{ "sdk_version": "14a5294e" }
dependencies: >-
[
{"dependency": "jazzy", "version": "0.14.1"}
Expand All @@ -442,12 +448,16 @@ targets:
timeout: 60
properties:
config_name: mac_ios_engine_profile
$flutter/osx_sdk : >-
{ "sdk_version": "14a5294e" }

- name: Mac mac_ios_engine_release
recipe: engine_v2/engine_v2
timeout: 60
properties:
config_name: mac_ios_engine_release
$flutter/osx_sdk : >-
{ "sdk_version": "14a5294e" }

- name: Windows Android AOT Engine
recipe: engine/engine
Expand Down