Skip to content

Commit

Permalink
Temporarily disable weak symbols in third_party/boringssl (#120)
Browse files Browse the repository at this point in the history
* Temporarily disable weak symbols in third_party/boringssl

* Add -f option to gclient sync and move tizen_tools into home directory
  • Loading branch information
swift-kim authored Jun 21, 2021
1 parent f1add55 commit a67e79d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- checkout: self
path: src/flutter
- bash: |
git reset --hard HEAD
gclient sync -D
gclient sync -f -D
sed -i 's/"-Wno-non-c-typedef-for-linkage",//g' build/config/compiler/BUILD.gn
sed -i 's/"-Wno-psabi",//g' build/config/compiler/BUILD.gn
sed -i 's/defined(__ELF__) && defined(__GNUC__)/0/g' third_party/boringssl/src/crypto/mem.c
displayName: Run gclient sync
workingDirectory: $(Pipeline.Workspace)/src
failOnStderr: true
Expand Down Expand Up @@ -69,8 +69,8 @@ jobs:
flutter/tools/gn \
--target-os linux \
--linux-cpu $(arch) \
--target-toolchain `pwd`/tizen_tools/toolchains \
--target-sysroot `pwd`/tizen_tools/sysroot/$(arch) \
--target-toolchain $HOME/tizen_tools/toolchains \
--target-sysroot $HOME/tizen_tools/sysroot/$(arch) \
--target-triple $(targetTriple) \
--runtime-mode $(mode) \
--embedder-for-target \
Expand Down

0 comments on commit a67e79d

Please sign in to comment.