From c85a8da325756ff4f79300739976ffb52ca1aed3 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Mon, 16 Dec 2019 15:00:37 +0100 Subject: [PATCH] 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 --- .buildkite/pipeline.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index cf17453..fa01300 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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