File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 8
8
platform : x86_64.metal
9
9
plugins :
10
10
- docker#v3.0.1:
11
- image : " fandree/rust-vmm- dev"
11
+ image : " rustvmm/ dev:v2 "
12
12
always-pull : true
13
13
14
14
- label : " style"
19
19
platform : x86_64.metal
20
20
plugins :
21
21
- docker#v3.0.1:
22
- image : " fandree/rust-vmm- dev"
22
+ image : " rustvmm/ dev:v2 "
23
23
always-pull : true
24
24
25
25
- label : " unittests-gnu-x86"
32
32
plugins :
33
33
- docker#v3.0.1:
34
34
privileged : true
35
- image : " fandree/rust-vmm- dev"
35
+ image : " rustvmm/ dev:v2 "
36
36
always-pull : true
37
37
38
38
- label : " clippy-x86"
44
44
platform : x86_64.metal
45
45
plugins :
46
46
- docker#v3.0.1:
47
- image : " fandree/rust-vmm- dev"
47
+ image : " rustvmm/ dev:v2 "
48
48
always-pull : true
49
49
50
50
- label : " coverage-x86"
57
57
plugins :
58
58
- docker#v3.0.1:
59
59
privileged : true
60
- image : " fandree/rust-vmm- dev"
60
+ image : " rustvmm/ dev:v2 "
61
61
always-pull : true
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ use the dev-container on both x86 and arm64.
27
27
docker run -it \
28
28
--security-opt seccomp=unconfined \
29
29
--volume $( pwd) :/linux-loader \
30
- fandree/rust-vmm- dev
30
+ rustvmm/ dev:v2
31
31
cd linux-loader/
32
32
cargo test
33
33
```
@@ -64,7 +64,7 @@ coverage before submitting a PR, run the coverage test:
64
64
docker run -it \
65
65
--security-opt seccomp=unconfined \
66
66
--volume $( pwd) :/linux-loader \
67
- fandree/rust-vmm- dev
67
+ rustvmm/ dev:v2
68
68
cd linux-loader/
69
69
pytest --profile=devel tests/test_coverage.py
70
70
```
@@ -99,7 +99,7 @@ $ cd $LINUX_LOADER/linux-loader
99
99
$ docker run -it \
100
100
--security-opt seccomp=unconfined \
101
101
--volume $( pwd) :/linux-loader \
102
- fandree/rust-vmm- dev
102
+ rustvmm/ dev:v2
103
103
$ cd linux-loader/
104
104
$ cargo test
105
105
```
You can’t perform that action at this time.
0 commit comments