File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 9
9
agents :
10
10
platform : x86_64.metal
11
11
plugins :
12
- - docker#v3.0.1 :
13
- image : " rustvmm/dev:v6 "
12
+ - docker#v3.8.0 :
13
+ image : " rustvmm/dev:v12 "
14
14
always-pull : true
15
15
environment :
16
16
- " PYTHONIOENCODING=utf-8"
24
24
agents :
25
25
platform : arm.metal
26
26
plugins :
27
- - docker#v3.0.1 :
28
- image : " rustvmm/dev:v6 "
27
+ - docker#v3.8.0 :
28
+ image : " rustvmm/dev:v12 "
29
29
always-pull : true
30
30
environment :
31
31
- " PYTHONIOENCODING=utf-8"
Original file line number Diff line number Diff line change 9
9
agents :
10
10
platform : x86_64.metal
11
11
plugins :
12
- - docker#v3.0.1 :
13
- image : " rustvmm/dev:v6 "
12
+ - docker#v3.8.0 :
13
+ image : " rustvmm/dev:v12 "
14
14
always-pull : true
15
15
16
16
- label : " build-musl-x86-bzimage"
21
21
agents :
22
22
platform : x86_64.metal
23
23
plugins :
24
- - docker#v3.0.1 :
25
- image : " rustvmm/dev:v6 "
24
+ - docker#v3.8.0 :
25
+ image : " rustvmm/dev:v12 "
26
26
always-pull : true
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ pe = []
21
21
vm-memory = " >=0.6.0"
22
22
23
23
[dev-dependencies ]
24
- criterion = " = 0.3.0 "
24
+ criterion = " 0.3.5 "
25
25
vm-memory = { version = " >=0.6.0" , features = [" backend-mmap" ] }
26
26
27
27
[[bench ]]
You can’t perform that action at this time.
0 commit comments