With Xcode 11.4, using mac libs in simulator tests is no longer allowed. This change threads iOS options through the setup and gtest build scripts to output gtest/gmock libs for simulator.
Co-authored-by: David Brown <dabrow@microsoft.com>
- Add sample app for compact SDK flavor (sample for MS Edge installer scenario)
- Allow to build SDK without sudo / root
- Remove unnecessary temporary auto-generated files
- Move UTC sample to new location (in a private GitHub submodule)
Initial implementation of the build system that uses docker for various Linux distros.
More distros can be added by implementing a corresponding docker file under /docker/ dir.
We can reuse this approach for "Windows Core" builds and qemu-arm(32|64) builds as well.
Going forward the same approach can be used for Android builds: no need to setup the tools
locally, container would deploy all the tools needed for a build script to run to completion.
Docker-based build script infra is going to be hosted on MS Azure VSO / OneBranch (CDPx).
Related work items: #1035556