File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 54
54
gclient setdep --var=download_dart_sdk=False --var=download_android_deps=False --var=download_fuchsia_deps=False --deps-file=DEPS
55
55
gclient sync -v --no-history --shallow
56
56
57
- - name : Install LLVM-18
58
- run : |
59
- apt update
60
- apt install -y wget gnupg lsb-release software-properties-common
61
- wget https://apt.llvm.org/llvm.sh
62
- chmod +x llvm.sh
63
- ./llvm.sh 18
64
-
65
57
- name : Generate sysroot
66
58
run : flutter/engine/src/flutter/ci/tizen/generate_sysroot.py --out /tizen_tools/sysroot
67
59
75
67
--target-os linux \
76
68
--linux-cpu ${{ matrix.arch }} \
77
69
--no-goma \
78
- --target-toolchain /usr/lib/llvm-18 \
70
+ --target-toolchain /tizen_tools/toolchains \
79
71
--target-sysroot /tizen_tools/sysroot/${{ matrix.arch }} \
80
72
--target-triple ${{ matrix.triple }} \
81
73
--runtime-mode ${{ matrix.mode }} \
You can’t perform that action at this time.
0 commit comments