Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Needed since: commit 0ab4097 Author: Bo Chen <chen.bo@intel.com> Date: Thu Feb 10 18:29:53 2022 -0800 test_infra: Enable cross-build for "musl" and "aarch64" targets With enabling the `vendered-openssl` feature, we can now cross-build the `test_infra` crate for "musl" and "aarch64" targets. In this way, we can remove the `test_infra` crate from the "exclude" list, so that this crate can be checked and processed by "cargo clippy" and "cargo fmt". More details can be found: https://docs.rs/openssl/latest/openssl/#vendored As 'musl-gcc' is required, this commit also installs the `musl-tools` package for our "build" github action on the musl target [1]. [1] actions-rs/toolchain#102 Signed-off-by: Bo Chen <chen.bo@intel.com> Signed-off-by: Rob Bradford <robert.bradford@intel.com>
- Loading branch information