Docker container containing all the tooling to cross-compile Rust binaries from Linux to Windows, macOS, iOS, and/or Android.
Stars
5
Forks
0
Watchers
5
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
18
commits
Allow xcrun to execute without any fault if iphone sdk is requested. Add all applecross library directories to ldconfig.
630619eView on GitHubUpdate Dockerfile to build the iPhoneOS and iPhoneSimulator SDK cctools-port so they have their own toolchain.
a5a1ff3View on GitHubUpdate the iPhone SDKs to put C++ headers in the proper expected place.
5fc92c3View on GitHubAdd cbindgen to the container, it is often used in cases that cross-compilation is needed, so might as well put it in.
92e90a0View on GitHubChange to download the Android SDK from Google instead of from the GitHub repo.
aef3666View on GitHubReconfigure the builds to download dependencies from GitHub rather than COPY from the Docker daemon context, and clean them up in one layer. This reduces image size. Also add SHA256 checksum to ensure downloads are not corrupt.
b23eae3View on GitHubRefactor iOS and macOS build env setup. Add a Makefile to build and push images.
02dd6b3View on GitHubAdd the iPhone Simulator SDK for simulator x86_64 builds.
758fb2bView on GitHubUpdate iPhoneOS SDK to be properly rooted in the tarball.
8fd15f8View on GitHub