New
v0.2.3
[v0.2.3] - 2022-07-09
Added
- #921 - use
CARGO_TERM_VERBOSE,CARGO_TERM_QUIET, andCARGO_TERM_COLORenvironment variables for cross terminal output. - #913 - added the
x86_64-unknown-illumostarget. - #910 -
pre-buildcan now take a string pointing to a script file to run. - #905 - added
qemu-runnerfor musl images, allowing use of native or emulated runners. - #905 - added qemu emulation to
i586-unknown-linux-gnu,i686-unknown-linux-musl, andi586-unknown-linux-gnu, so they can run on anx86CPU, rather than anx86_64CPU. - #900 - add the option to skip copying build artifacts back to host when using remote cross via
CROSS_REMOTE_SKIP_BUILD_ARTIFACTS. - #891 - support custom user namespace overrides by setting the
CROSS_CONTAINER_USER_NAMESPACEenvironment variable. - #890 - support rootless docker via the
CROSS_ROOTLESS_CONTAINER_ENGINEenvironment variable.