]> git.proxmox.com Git - rustc.git/blob - vendor/quick-error/vagga.yaml
New upstream version 1.65.0+dfsg1
[rustc.git] / vendor / quick-error / vagga.yaml
1 commands:
2
3 cargo: !Command
4 description: Run any cargo command
5 container: ubuntu
6 run: [cargo]
7
8 test: !Command
9 description: Run unit tests
10 container: ubuntu
11 run: [cargo, test]
12
13 _bulk: !Command
14 description: Run `bulk` command (for version bookkeeping)
15 container: ubuntu
16 run: [bulk]
17
18 containers:
19
20 ubuntu:
21 setup:
22 - !Ubuntu xenial
23 - !Install [ca-certificates, build-essential, vim]
24
25 - !TarInstall
26 url: "https://static.rust-lang.org/dist/rust-1.16.0-x86_64-unknown-linux-gnu.tar.gz"
27 script: "./install.sh --prefix=/usr \
28 --components=rustc,rust-std-x86_64-unknown-linux-gnu,cargo"
29 - &bulk !Tar
30 url: "https://github.com/tailhook/bulk/releases/download/v0.4.9/bulk-v0.4.9.tar.gz"
31 sha256: 23471a9986274bb4b7098c03e2eb7e1204171869b72c45385fcee1c64db2d111
32 path: /
33
34 environ:
35 HOME: /work/target
36 USER: pc