Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a1b104c

Browse files
no-lto on release x64 build
1 parent 6a7076e commit a1b104c

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.ci.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,7 @@ targets:
195195

196196
- name: Linux linux_fuchsia
197197
recipe: engine_v2/engine_v2
198-
# Temporarily increase the timeout of this builder to 75 minutes to avoid
199-
# being penetrated by cold goma / rbclient cache.
200-
# TODO(zijiehe-google-com): Drop the timeout to 60 minutes once the release
201-
# builder can finish within a reasonable time.
202-
# https://github.com/flutter/flutter/issues/142932
203-
timeout: 75
198+
timeout: 60
204199
properties:
205200
release_build: "true"
206201
config_name: linux_fuchsia

ci/builders/linux_fuchsia.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@
127127
"--fuchsia-cpu",
128128
"x64",
129129
"--runtime-mode",
130-
"release"
130+
"release",
131+
"--no-lto"
131132
],
132133
"name": "fuchsia_release_x64",
133134
"ninja": {

0 commit comments

Comments
 (0)