Revision control

Copy as Markdown

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
---
loader: taskgraph.loader.transform:loader
transforms:
- taskgraph.transforms.run:transforms
- taskgraph.transforms.task:transforms
task-defaults:
worker-type: b-linux
worker:
docker-image: {in-tree: linux}
max-run-time: 1800
run:
using: run-commands
tasks:
beta-tests:
description: 'Rust (beta): Tests'
run:
pre-commands:
- ['.', './taskcluster/scripts/rustup-setup.sh', 'beta']
- ['rustup', 'component', 'add', 'clippy']
commands:
- ['cargo', 'clippy', '--version']
- ['cargo', 'clippy', '--verbose', '--all', '--all-targets', '--all-features', '--', '-D', 'warnings']
extra:
excludeBranches:
- release