summaryrefslogtreecommitdiff
path: root/.buildkite/pipeline.yml
blob: 0e77e1f1d0b56a8916eb9996bd4fd1d67e761c42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE-BSD-Google file.

steps:
 - label: "clippy-x86-custom"
   commands:
    - cargo clippy --all-features --all-targets --workspace -- -D warnings
   retry:
    automatic: false
   agents:
    platform: x86_64.metal
    os: linux
   plugins:
    - docker#v3.0.1:
       image: "rustvmm/dev:v12"
       always-pull: true