mirror of
https://github.com/rust-vmm/rust-vmm-ci.git
synced 2026-08-05 03:08:31 +00:00
buildkite: Remove clippy test on aarch64
Because aarch64 is a tier-2 Rust architecture, clippy is not always available with the latest release. Keeping the clippy tests on arrch64 prevent us from freely moving to newer Rust releases. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
@@ -134,19 +134,6 @@ steps:
|
||||
image: "rustvmm/dev:v3"
|
||||
always-pull: true
|
||||
|
||||
- label: "clippy-arm"
|
||||
commands:
|
||||
- cargo clippy --all -- -D warnings
|
||||
retry:
|
||||
automatic: false
|
||||
agents:
|
||||
platform: arm.metal
|
||||
os: linux
|
||||
plugins:
|
||||
- docker#v3.0.1:
|
||||
image: "rustvmm/dev:v3"
|
||||
always-pull: true
|
||||
|
||||
- label: "check-warnings-x86"
|
||||
commands:
|
||||
- RUSTFLAGS="-D warnings" cargo check --all-targets
|
||||
|
||||
Reference in New Issue
Block a user