Skip to content

Commit 10c32b5

Browse files
authored
[dync_modules] enable iOS ddm build in the merge queue (#173094)
Similar to flutter/flutter#168233, but this time for iOS Follow-up to flutter/flutter#168717 As we start to work more seriously with ddm we'd like to have these builds always available instead of on demand only.
1 parent 41ab71c commit 10c32b5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

engine/src/flutter/.ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,13 +484,12 @@ targets:
484484

485485
- name: Mac mac_ios_engine_ddm
486486
recipe: engine_v2/engine_v2
487-
bringup: true
488487
timeout: 240
489488
enabled_branches:
490489
# Don't run this on release branches
491490
- master
492-
backfill: false
493491
properties:
492+
release_build: "true"
494493
add_recipes_cq: "true"
495494
config_name: mac_ios_engine_ddm
496495
$flutter/osx_sdk : >-

0 commit comments

Comments
 (0)