Skip to content

Cross-compile support for ARM

Compare
Choose a tag to compare
@justinboswell justinboswell released this 03 Mar 01:28
4fc2c78
Use cross-compile + qemu instead of buildx docker images (#12)

* Use dockcross for cross compiling

* Removed pushd/popd shenanigans, all commands take paths relative to launch dir/--build-dir now

* Added script to produce cross-compiled libcrypto

* Added imports to builder

* Added cross compile to sanity tests

* Re-enabled cached docker builds since we don't need buildx

* Added support for debian

* Allow build/test steps to contain action names

* Fixed bug where local builds would be unable to find their installed deps

* Added the ability for targets to export variables to other projects' configs with late binding

* Made dependencies and consumers also late binding