-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade v8 to v8 * Try to fix Android build break Summary: 1. Fix libatomic.so.1 not found issue. mksnapshot for arm is based on i386 libatomic.so.1 We should add libatomic1-i386-cross for Ubuntu 64. Since the installed files is at /usr/i686-linux-gnu/lib that is not default location, we should add the location explicitly. 2. install-build-deps-android.sh will not install jdk now, install explicitly. * Fix iOS build break Summary: 1. Suppress deprecated-copy and final-dtor-non-final-class errors which Xcode clang will complain. 2. Disable pointer compression that will cause build break for arm64.
- Loading branch information
Showing
5 changed files
with
28 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters