This repository was archived by the owner on Dec 20, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +56
-0
lines changed Expand file tree Collapse file tree 1 file changed +56
-0
lines changed Original file line number Diff line number Diff line change 1+ steps :
2+ - label : " build-v5.0-fam-x86"
3+ commands :
4+ - cargo build --release --features=fam-wrappers,vfio-v5_0_0
5+ - cargo build --release --features=fam-wrappers,vfio-v5_0_0 --target x86_64-unknown-linux-musl
6+ retry :
7+ automatic : false
8+ agents :
9+ platform : x86_64.metal
10+ os : linux
11+ plugins :
12+ - docker#v3.0.1:
13+ image : " rustvmm/dev:v4"
14+ always-pull : true
15+
16+ - label : " build-v5.0-fam-arm"
17+ commands :
18+ - cargo build --release --features=fam-wrappers,vfio-v5_0_0
19+ - cargo build --release --features=fam-wrappers,vfio-v5_0_0 --target aarch64-unknown-linux-musl
20+ retry :
21+ automatic : false
22+ agents :
23+ platform : arm.metal
24+ os : linux
25+ plugins :
26+ - docker#v3.0.1:
27+ image : " rustvmm/dev:v4"
28+ always-pull : true
29+
30+ - label : " check-warnings-fam-x86"
31+ commands :
32+ - RUSTFLAGS="-D warnings" cargo check --features=vfio-v5_0_0,fam-wrappers
33+ retry :
34+ automatic : false
35+ agents :
36+ platform : x86_64.metal
37+ os : linux
38+ plugins :
39+ - docker#v3.0.1:
40+ privileged : true
41+ image : " rustvmm/dev:v4"
42+ always-pull : true
43+
44+ - label : " check-warnings-fam-arm"
45+ commands :
46+ - RUSTFLAGS="-D warnings" cargo check --features=vfio-v5_0_0,fam-wrappers
47+ retry :
48+ automatic : false
49+ agents :
50+ platform : arm.metal
51+ os : linux
52+ plugins :
53+ - docker#v3.0.1:
54+ privileged : true
55+ image : " rustvmm/dev:v4"
56+ always-pull : true
You can’t perform that action at this time.
0 commit comments