Skip to content

Commit 34330d2

Browse files
committed
Temporarily disable weak symbols in third_party/boringssl (#120)
* Temporarily disable weak symbols in third_party/boringssl * Add -f option to gclient sync and move tizen_tools into home directory
1 parent 9640f81 commit 34330d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

+4-4
Original file line numberDiff line numberDiff 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
@@ -69,8 +69,8 @@ jobs:
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 \

0 commit comments

Comments
 (0)