You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature could be solved with a custom image (optional)
Describe your request
#1280 introduces the ability to run arbitrary commands in the cross container. This is particularly useful for custom build tools like maturin. What would be even more useful is the ability to run commands in the QEMU system.
Describe why this would be a good inclusion for cross
This would enable cross-util run to be useful for both build steps (i.e. maturin) and running tests (i.e. pytest) within the target system. The main benefit is simplification of tooling for complex build/test workflows. For example, cross could be used for building and testing FFI languages without needing something like https://github.com/uraimo/run-on-arch-action
The text was updated successfully, but these errors were encountered:
Checklist
Describe your request
#1280 introduces the ability to run arbitrary commands in the cross container. This is particularly useful for custom build tools like
maturin
. What would be even more useful is the ability to run commands in the QEMU system.Describe why this would be a good inclusion for
cross
This would enable
cross-util run
to be useful for both build steps (i.e.maturin
) and running tests (i.e.pytest
) within the target system. The main benefit is simplification of tooling for complex build/test workflows. For example, cross could be used for building and testing FFI languages without needing something like https://github.com/uraimo/run-on-arch-actionThe text was updated successfully, but these errors were encountered: