We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8860095 commit caf2121Copy full SHA for caf2121
azure-pipelines.yml
@@ -68,13 +68,13 @@ jobs:
68
flutter/tools/gn \
69
--target-os linux \
70
--linux-cpu $(arch) \
71
+ --no-goma \
72
--target-toolchain $HOME/tizen_tools/toolchains \
73
--target-sysroot $HOME/tizen_tools/sysroot/$(arch) \
74
--target-triple $(targetTriple) \
75
--runtime-mode $(mode) \
76
--enable-fontconfig \
77
--embedder-for-target \
- --disable-desktop-embeddings \
78
--build-tizen-shell
79
ninja -C out/linux_$(mode)_$(arch)
80
displayName: Build
0 commit comments