Build rust images for ARM64 & use cargo binstall for faster build time (#120)
* Also build rust on arm64 * rust: use cargo-binstall for performance Since linux/arm64 images are built using QEMU, the compilation of bindgen-cli, cbindgen, cargo-audit & cargo-outdated takes a very long time, especially on Ubuntu 20.04 (more than 6 hours, for the combination of both architectures on one job). This exceeds the github actions time-limit. So, we'll just use pre-built binaries using cargo-binstall where possible.
This commit is contained in:
committed by
GitHub
parent
ec09e6e85f
commit
3150f2e8b4
@@ -229,7 +229,7 @@ jobs:
|
||||
TYPE: js
|
||||
- PLATFORMS: linux/amd64,linux/arm64
|
||||
TYPE: pwsh
|
||||
- PLATFORMS: linux/amd64
|
||||
- PLATFORMS: linux/amd64,linux/arm64
|
||||
TYPE: rust
|
||||
- PLATFORMS: linux/amd64,linux/arm64
|
||||
TYPE: dotnet
|
||||
|
||||
Reference in New Issue
Block a user