Commit 0c7b147
committed
install rustup targets for MacOS and Windows
Some of the rust-vmm crates (such as vmm-sys-util and vm-memory) have
somewhat rudimentary support for MacOS and Windows. While our CI does
not have the means to test these platforms (the rust-vmm CI runners are
linux-only), it can at least do some simple compile testing using `cargo
check` (as long as we do not have any build dependencies that try to
compile native libraries). For this, install the required cargo targets
into the docker container, such that crates that wish to do such compile
testing can specify such additional tests in their custom tests
pipelines.
Signed-off-by: Patrick Roy <[email protected]>1 parent 578716e commit 0c7b147
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
80 | 86 | | |
81 | 87 | | |
82 | 88 | | |
| |||
0 commit comments