Skip to content

Commit

Permalink
[Tizen] Disable download fuchsia sdk
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
JSUYA committed Jun 13, 2024
1 parent 5dcf696 commit 31a0b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Run gclient sync
run: |
gclient config --name=src/flutter --unmanaged https://github.com/flutter-tizen/engine
gclient setdep --var=download_dart_sdk=False --var=download_android_deps=False --deps-file=src/flutter/DEPS
gclient setdep --var=download_dart_sdk=False --var=download_android_deps=False --var=download_fuchsia_deps=False --deps-file=src/flutter/DEPS
gclient sync -v --no-history --shallow
- name: Generate sysroot
Expand Down

0 comments on commit 31a0b62

Please sign in to comment.