File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
engine/src/build/config/compiler Expand file tree Collapse file tree 2 files changed +6
-2
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 dependencies
58+ run : |
59+ sudo apt-get update
60+ sudo apt-get install -y clang-18
61+
5762 - name : Generate sysroot
5863 run : flutter/engine/src/flutter/ci/tizen/generate_sysroot.py --out /tizen_tools/sysroot
5964
6772 --target-os linux \
6873 --linux-cpu ${{ matrix.arch }} \
6974 --no-goma \
70- --target-toolchain /tizen_tools/toolchains \
75+ --target-toolchain /usr/lib/llvm-18 \
7176 --target-sysroot /tizen_tools/sysroot/${{ matrix.arch }} \
7277 --target-triple ${{ matrix.triple }} \
7378 --runtime-mode ${{ matrix.mode }} \
Original file line number Diff line number Diff line change @@ -374,7 +374,6 @@ config("compiler") {
374374 # TODO(crbug.com/1374347): Cleanup undefined symbol errors caught by
375375 # --no-undefined-version.
376376 if (is_clang && ! is_win && ! is_mac && ! is_ios && ! is_wasm ) {
377- ldflags += [ " -Wl,--undefined-version" ]
378377 }
379378
380379 # C++ compiler flags setup.
You can’t perform that action at this time.
0 commit comments