Skip to content

Commit 31a0b62

Browse files
committed
[Tizen] Disable download fuchsia sdk
The size of fuchsia sdk has increased from 2.3G to 6.4G. As a result, a no memory error occurs in CI. So apply some of this commit. flutter@1e199ce Add the download_fuchsia_deps flag and set this flag to False in ci.
1 parent 5dcf696 commit 31a0b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Run gclient sync
4848
run: |
4949
gclient config --name=src/flutter --unmanaged https://github.com/flutter-tizen/engine
50-
gclient setdep --var=download_dart_sdk=False --var=download_android_deps=False --deps-file=src/flutter/DEPS
50+
gclient setdep --var=download_dart_sdk=False --var=download_android_deps=False --var=download_fuchsia_deps=False --deps-file=src/flutter/DEPS
5151
gclient sync -v --no-history --shallow
5252
5353
- name: Generate sysroot

0 commit comments

Comments
 (0)