Skip to content

Commit 6a0dcc1

Browse files
andreeaflorescujiangliu
authored andcommitted
CI: use upstream buildkite agent plugin
When we first added the Buildkite pipelines, there were some bugs in the Buildkite docker plugin which did not allow us to use the upstream version. We can now switch to upstream again. Signed-off-by: Andreea Florescu <[email protected]>
1 parent f7db6a8 commit 6a0dcc1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.buildkite/pipeline.windows.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ steps:
88
platform: x86_64
99
os: windows
1010
plugins:
11-
- petrutlucian94/docker#v3.1.1:
11+
- docker#v3.7.0:
1212
image: "lpetrut/rust_win_buildtools"
1313
always-pull: true
1414

@@ -21,7 +21,7 @@ steps:
2121
platform: x86_64
2222
os: windows
2323
plugins:
24-
- petrutlucian94/docker#v3.1.1:
24+
- docker#v3.7.0:
2525
image: "lpetrut/rust_win_buildtools"
2626
always-pull: true
2727

@@ -33,7 +33,7 @@ steps:
3333
platform: x86_64
3434
os: windows
3535
plugins:
36-
- petrutlucian94/docker#v3.1.1:
36+
- docker#v3.7.0:
3737
image: "lpetrut/rust_win_buildtools"
3838
always-pull: true
3939

@@ -46,7 +46,7 @@ steps:
4646
platform: x86_64
4747
os: windows
4848
plugins:
49-
- petrutlucian94/docker#v3.1.1:
49+
- docker#v3.7.0:
5050
image: "lpetrut/rust_win_buildtools"
5151
always-pull: true
5252

@@ -59,7 +59,7 @@ steps:
5959
platform: x86_64
6060
os: windows
6161
plugins:
62-
- petrutlucian94/docker#v3.1.1:
62+
- docker#v3.7.0:
6363
image: "lpetrut/rust_win_buildtools"
6464
always-pull: true
6565

@@ -72,7 +72,7 @@ steps:
7272
platform: x86_64
7373
os: windows
7474
plugins:
75-
- petrutlucian94/docker#v3.1.1:
75+
- docker#v3.7.0:
7676
image: "lpetrut/rust_win_buildtools"
7777
always-pull: true
7878
environment:

0 commit comments

Comments
 (0)