Skip to content

Commit

Permalink
Add release_builder:True property for Linux linux* builders. (flutter…
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuf-goog authored Oct 29, 2022
1 parent 1177e80 commit 21d74d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,27 +238,31 @@ targets:
recipe: engine_v2/engine_v2
timeout: 60
properties:
release_build: "true"
config_name: linux_arm_host_engine
environment: Production

- name: Linux linux_host_engine
recipe: engine_v2/engine_v2
timeout: 60
properties:
release_build: "true"
config_name: linux_host_engine
environment: Production

- name: Linux linux_android_aot_engine
recipe: engine_v2/engine_v2
timeout: 60
properties:
release_build: "true"
config_name: linux_android_aot_engine
environment: Production

- name: Linux linux_android_debug_engine
recipe: engine_v2/engine_v2
timeout: 60
properties:
release_build: "true"
config_name: linux_android_debug_engine
environment: Production

Expand Down

0 comments on commit 21d74d6

Please sign in to comment.