mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Move the Fuchsia tryjob into a its own step and disable LTO. (flutter/engine#12190)
This commit is contained in:
parent
b1741cd309
commit
0c3ded5c19
@ -72,9 +72,10 @@ task:
|
||||
build_script: |
|
||||
cd $ENGINE_PATH/src/flutter
|
||||
./ci/build.sh
|
||||
- name: build_fuchsia_artifacts
|
||||
compile_fuchsia_script: |
|
||||
cd $ENGINE_PATH/src
|
||||
./flutter/tools/fuchsia/build_fuchsia_artifacts.py --engine-version HEAD --runtime-mode debug
|
||||
./flutter/tools/fuchsia/build_fuchsia_artifacts.py --engine-version HEAD --runtime-mode debug --no-lto
|
||||
cd $ENGINE_PATH/src/flutter
|
||||
./ci/build_flutter_runner_tests.sh
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user