Skip to content

Commit

Permalink
update rust-vmm-container
Browse files Browse the repository at this point in the history
This new version brings new utilities.

Signed-off-by: Andreea Florescu <[email protected]>
  • Loading branch information
andreeaflorescu authored and alexandruag committed Feb 18, 2021
1 parent 98a26fe commit 63fdf0f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:
os: linux
plugins:
- docker#v3.0.1:
image: "rustvmm/dev:v8"
image: "rustvmm/dev:v11"
always-pull: true

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

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

- label: "build-musl-arm"
Expand All @@ -50,7 +50,7 @@ steps:
os: linux
plugins:
- docker#v3.0.1:
image: "rustvmm/dev:v8"
image: "rustvmm/dev:v11"
always-pull: true

- label: "style"
Expand All @@ -62,7 +62,7 @@ steps:
os: linux
plugins:
- docker#v3.0.1:
image: "rustvmm/dev:v8"
image: "rustvmm/dev:v11"
always-pull: true

- label: "unittests-gnu-x86"
Expand All @@ -76,7 +76,7 @@ steps:
plugins:
- docker#v3.0.1:
privileged: true
image: "rustvmm/dev:v8"
image: "rustvmm/dev:v11"
always-pull: true
volumes:
- "/tmp:/tmp"
Expand All @@ -92,7 +92,7 @@ steps:
plugins:
- docker#v3.0.1:
privileged: true
image: "rustvmm/dev:v8"
image: "rustvmm/dev:v11"
always-pull: true
volumes:
- "/tmp:/tmp"
Expand All @@ -108,7 +108,7 @@ steps:
plugins:
- docker#v3.0.1:
privileged: true
image: "rustvmm/dev:v8"
image: "rustvmm/dev:v11"
always-pull: true
volumes:
- "/tmp:/tmp"
Expand All @@ -124,7 +124,7 @@ steps:
plugins:
- docker#v3.0.1:
privileged: true
image: "rustvmm/dev:v8"
image: "rustvmm/dev:v11"
always-pull: true
volumes:
- "/tmp:/tmp"
Expand All @@ -139,7 +139,7 @@ steps:
os: linux
plugins:
- docker#v3.0.1:
image: "rustvmm/dev:v8"
image: "rustvmm/dev:v11"
always-pull: true

- label: "check-warnings-x86"
Expand All @@ -153,7 +153,7 @@ steps:
plugins:
- docker#v3.0.1:
privileged: true
image: "rustvmm/dev:v8"
image: "rustvmm/dev:v11"
always-pull: true

- label: "check-warnings-arm"
Expand All @@ -167,7 +167,7 @@ steps:
plugins:
- docker#v3.0.1:
privileged: true
image: "rustvmm/dev:v8"
image: "rustvmm/dev:v11"
always-pull: true

- label: "coverage-x86"
Expand All @@ -181,7 +181,7 @@ steps:
plugins:
- docker#v3.0.1:
privileged: true
image: "rustvmm/dev:v8"
image: "rustvmm/dev:v11"
always-pull: true
volumes:
- "/tmp:/tmp"
Expand All @@ -198,7 +198,7 @@ steps:
plugins:
- docker#v3.0.1:
privileged: true
image: "rustvmm/dev:v8"
image: "rustvmm/dev:v11"
always-pull: true
volumes:
- "/tmp:/tmp"
Expand All @@ -213,7 +213,7 @@ steps:
os: linux
plugins:
- docker#v3.0.1:
image: "rustvmm/dev:v8"
image: "rustvmm/dev:v11"
always-pull: true
propagate-environment: true

Expand All @@ -226,6 +226,6 @@ steps:
os: linux
plugins:
- docker#v3.0.1:
image: "rustvmm/dev:v8"
image: "rustvmm/dev:v11"
always-pull: true
propagate-environment: true

0 comments on commit 63fdf0f

Please sign in to comment.