File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
- checkout : self
17
17
path : src/flutter
18
18
- bash : |
19
- git reset --hard HEAD
20
- gclient sync -D
19
+ gclient sync -f -D
21
20
sed -i 's/"-Wno-non-c-typedef-for-linkage",//g' build/config/compiler/BUILD.gn
22
21
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
23
23
displayName: Run gclient sync
24
24
workingDirectory: $(Pipeline.Workspace)/src
25
25
failOnStderr: true
69
69
flutter/tools/gn \
70
70
--target-os linux \
71
71
--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) \
74
74
--target-triple $(targetTriple) \
75
75
--runtime-mode $(mode) \
76
76
--embedder-for-target \
You can’t perform that action at this time.
0 commit comments