mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 10:32:10 +00:00
18 lines
475 B
YAML
18 lines
475 B
YAML
|
# 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
|