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 5454 gclient setdep --var=download_dart_sdk=False --var=download_android_deps=False --var=download_fuchsia_deps=False --deps-file=DEPS
5555 gclient sync -v --no-history --shallow
5656
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-
6557 - name : Generate sysroot
6658 run : flutter/engine/src/flutter/ci/tizen/generate_sysroot.py --out /tizen_tools/sysroot
6759
7567 --target-os linux \
7668 --linux-cpu ${{ matrix.arch }} \
7769 --no-goma \
78- --target-toolchain /usr/lib/llvm-18 \
70+ --target-toolchain /tizen_tools/toolchains \
7971 --target-sysroot /tizen_tools/sysroot/${{ matrix.arch }} \
8072 --target-triple ${{ matrix.triple }} \
8173 --runtime-mode ${{ matrix.mode }} \
You can’t perform that action at this time.
0 commit comments