Skip to content

Commit cbac816

Browse files
update to the latest rust-vmm-ci and container
This crate was using a pretty old version of Rust (1.35.0) which didn't have the required features. Signed-off-by: Andreea Florescu <[email protected]>
1 parent efe2983 commit cbac816

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

.buildkite/pipeline.linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ steps:
99
os: linux
1010
plugins:
1111
- docker#v3.0.1:
12-
image: "rustvmm/dev:v3"
12+
image: "rustvmm/dev:v5"
1313
always-pull: true
1414

1515
- label: "build-musl-x86-mmap"
@@ -22,7 +22,7 @@ steps:
2222
os: linux
2323
plugins:
2424
- docker#v3.0.1:
25-
image: "rustvmm/dev:v3"
25+
image: "rustvmm/dev:v5"
2626
always-pull: true
2727

2828
- label: "build-gnu-arm-mmap"
@@ -35,7 +35,7 @@ steps:
3535
os: linux
3636
plugins:
3737
- docker#v3.0.1:
38-
image: "rustvmm/dev:v3"
38+
image: "rustvmm/dev:v5"
3939
always-pull: true
4040

4141
- label: "build-musl-arm-mmap"
@@ -48,5 +48,5 @@ steps:
4848
os: linux
4949
plugins:
5050
- docker#v3.0.1:
51-
image: "rustvmm/dev:v3"
51+
image: "rustvmm/dev:v5"
5252
always-pull: true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"coverage_score": 84.9,
2+
"coverage_score": 85.2,
33
"exclude_path": "mmap_windows.rs",
44
"crate_features": "backend-mmap,backend-atomic"
55
}

coverage_config_x86_64.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"coverage_score": 85.2,
3+
"exclude_path": "mmap_windows.rs",
4+
"crate_features": "backend-mmap,backend-atomic"
5+
}

0 commit comments

Comments
 (0)