File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 - checkout : self
1717 path : src/flutter
1818 - bash : |
19- git reset --hard HEAD
20- gclient sync -D
19+ gclient sync -f -D
2120 sed -i 's/"-Wno-non-c-typedef-for-linkage",//g' build/config/compiler/BUILD.gn
2221 sed -i 's/"-Wno-psabi",//g' build/config/compiler/BUILD.gn
22+ sed -i 's/defined(__ELF__) && defined(__GNUC__)/0/g' third_party/boringssl/src/crypto/mem.c
2323 displayName: Run gclient sync
2424 workingDirectory: $(Pipeline.Workspace)/src
2525 failOnStderr: true
6969 flutter/tools/gn \
7070 --target-os linux \
7171 --linux-cpu $(arch) \
72- --target-toolchain `pwd` /tizen_tools/toolchains \
73- --target-sysroot `pwd` /tizen_tools/sysroot/$(arch) \
72+ --target-toolchain $HOME /tizen_tools/toolchains \
73+ --target-sysroot $HOME /tizen_tools/sysroot/$(arch) \
7474 --target-triple $(targetTriple) \
7575 --runtime-mode $(mode) \
7676 --embedder-for-target \
You can’t perform that action at this time.
0 commit comments