Skip to content

Commit d78e8a7

Browse files
Alexandra Iordachealxiord
authored andcommitted
buildkite: update pipelines to v6 dev container
The new container upgrades rustc from 1.39.0 to 1.44.1, which messes with the coverage numbers computed by kcov. Coverage hence drops by 1.6% with no code changes. Signed-off-by: Alexandra Iordache <aghecen@amazon.com>
1 parent 17c02f6 commit d78e8a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ steps:
1010
platform: x86_64.metal
1111
plugins:
1212
- docker#v3.0.1:
13-
image: "rustvmm/dev:v5"
13+
image: "rustvmm/dev:v6"
1414
always-pull: true
1515

1616
- label: "build-musl-x86-bzimage"
@@ -22,5 +22,5 @@ steps:
2222
platform: x86_64.metal
2323
plugins:
2424
- docker#v3.0.1:
25-
image: "rustvmm/dev:v5"
25+
image: "rustvmm/dev:v6"
2626
always-pull: true

coverage_config_x86_64.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"coverage_score": 80.8,
2+
"coverage_score": 79.2,
33
"exclude_path": "",
44
"crate_features": "bzimage,elf",
55
"exclude_path": "benches/,loader_gen/"

0 commit comments

Comments
 (0)