Skip to content

Commit

Permalink
update to the latest rust-vmm-ci and container
Browse files Browse the repository at this point in the history
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 <fandree@amazon.com>
  • Loading branch information
andreeaflorescu committed May 28, 2020
1 parent ae1fd5c commit 727491f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .buildkite/pipeline.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ steps:
os: linux
plugins:
- docker#v3.0.1:
image: "rustvmm/dev:v3"
image: "rustvmm/dev:v5"
always-pull: true

- label: "build-musl-x86-mmap"
Expand All @@ -22,7 +22,7 @@ steps:
os: linux
plugins:
- docker#v3.0.1:
image: "rustvmm/dev:v3"
image: "rustvmm/dev:v5"
always-pull: true

- label: "build-gnu-arm-mmap"
Expand All @@ -35,7 +35,7 @@ steps:
os: linux
plugins:
- docker#v3.0.1:
image: "rustvmm/dev:v3"
image: "rustvmm/dev:v5"
always-pull: true

- label: "build-musl-arm-mmap"
Expand All @@ -48,5 +48,5 @@ steps:
os: linux
plugins:
- docker#v3.0.1:
image: "rustvmm/dev:v3"
image: "rustvmm/dev:v5"
always-pull: true
2 changes: 1 addition & 1 deletion coverage_config.json → coverage_config_aarch64.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"coverage_score": 84.9,
"coverage_score": 85.3,
"exclude_path": "mmap_windows.rs",
"crate_features": "backend-mmap,backend-atomic"
}
5 changes: 5 additions & 0 deletions coverage_config_x86_64.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"coverage_score": 85.3,
"exclude_path": "mmap_windows.rs",
"crate_features": "backend-mmap,backend-atomic"
}

0 comments on commit 727491f

Please sign in to comment.