[TIMOB-23302] Windows: Update Boost library version to latest stable in setup script
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-05-04T19:08:56.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 5.4.0 |
Components | Windows |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Christopher Williams |
Created | 2016-05-02T14:13:50.000+0000 |
Updated | 2016-06-30T18:44:27.000+0000 |
Description
The current version of the Boost library we use is out of date. We should update our setup NodeJS script to use the latest stable to avoid all the "Unknown compiler version" warnings during the build. This may require creating our own specialized subset of the library in a zipfile on S3, since the typical library has so many files it becomes a huge performance issue on initial setup (one-time).
https://github.com/appcelerator/titanium_mobile_windows/pull/665
Boost 1.60.0 is now downloaded Closing ticket