Skip to content

Commit 5b3e264

Browse files
lauraltandreeaflorescu
authored andcommitted
upgrade container & docker plugin versions
Also updated criterion version, so we can run critcmp. Signed-off-by: Laura Loghin <lauralg@amazon.com>
1 parent 11a0719 commit 5b3e264

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.buildkite/bench_pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ steps:
99
agents:
1010
platform: x86_64.metal
1111
plugins:
12-
- docker#v3.0.1:
13-
image: "rustvmm/dev:v6"
12+
- docker#v3.8.0:
13+
image: "rustvmm/dev:v12"
1414
always-pull: true
1515
environment:
1616
- "PYTHONIOENCODING=utf-8"
@@ -24,8 +24,8 @@ steps:
2424
agents:
2525
platform: arm.metal
2626
plugins:
27-
- docker#v3.0.1:
28-
image: "rustvmm/dev:v6"
27+
- docker#v3.8.0:
28+
image: "rustvmm/dev:v12"
2929
always-pull: true
3030
environment:
3131
- "PYTHONIOENCODING=utf-8"

.buildkite/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ steps:
99
agents:
1010
platform: x86_64.metal
1111
plugins:
12-
- docker#v3.0.1:
13-
image: "rustvmm/dev:v6"
12+
- docker#v3.8.0:
13+
image: "rustvmm/dev:v12"
1414
always-pull: true
1515

1616
- label: "build-musl-x86-bzimage"
@@ -21,6 +21,6 @@ steps:
2121
agents:
2222
platform: x86_64.metal
2323
plugins:
24-
- docker#v3.0.1:
25-
image: "rustvmm/dev:v6"
24+
- docker#v3.8.0:
25+
image: "rustvmm/dev:v12"
2626
always-pull: true

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pe = []
2121
vm-memory = ">=0.6.0"
2222

2323
[dev-dependencies]
24-
criterion = "=0.3.0"
24+
criterion = "0.3.5"
2525
vm-memory = { version = ">=0.6.0", features = ["backend-mmap"] }
2626

2727
[[bench]]

0 commit comments

Comments
 (0)