Skip to content

Commit 23264c4

Browse files
committed
Disable CARGO_BUILD_PIPELINING since the rust stable does not support it
1 parent 5aeb1b1 commit 23264c4

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.drone.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ steps:
5555
- name: centos6-stable-debug
5656
image: baiduxlab/useful-docker:centos.6.stable
5757
pull: always
58-
environment:
59-
CARGO_BUILD_PIPELINING: true
6058
commands:
6159
- source /root/.profile
6260
- cargo test
@@ -80,8 +78,6 @@ steps:
8078
- name: centos6-stable-release
8179
image: baiduxlab/useful-docker:centos.6.stable
8280
pull: always
83-
environment:
84-
CARGO_BUILD_PIPELINING: true
8581
commands:
8682
- source /root/.profile
8783
- cargo test --release
@@ -156,8 +152,6 @@ steps:
156152
- name: centos7-stable-debug
157153
image: baiduxlab/useful-docker:centos.6.stable
158154
pull: always
159-
environment:
160-
CARGO_BUILD_PIPELINING: true
161155
commands:
162156
- source /root/.profile
163157
- cargo test
@@ -181,8 +175,6 @@ steps:
181175
- name: centos7-stable-release
182176
image: baiduxlab/useful-docker:centos.6.stable
183177
pull: always
184-
environment:
185-
CARGO_BUILD_PIPELINING: true
186178
commands:
187179
- source /root/.profile
188180
- cargo test --release
@@ -257,8 +249,6 @@ steps:
257249
- name: ubuntu1604-stable-debug
258250
image: baiduxlab/useful-docker:ubuntu.1604.stable
259251
pull: always
260-
environment:
261-
CARGO_BUILD_PIPELINING: true
262252
commands:
263253
- . /root/.profile
264254
- cargo test
@@ -282,8 +272,6 @@ steps:
282272
- name: ubuntu1604-stable-release
283273
image: baiduxlab/useful-docker:ubuntu.1604.stable
284274
pull: always
285-
environment:
286-
CARGO_BUILD_PIPELINING: true
287275
commands:
288276
- . /root/.profile
289277
- cargo test --release
@@ -358,8 +346,6 @@ steps:
358346
- name: ubuntu1804-stable-debug
359347
image: baiduxlab/useful-docker:ubuntu.1804.stable
360348
pull: always
361-
environment:
362-
CARGO_BUILD_PIPELINING: true
363349
commands:
364350
- . /root/.profile
365351
- cargo test
@@ -383,8 +369,6 @@ steps:
383369
- name: ubuntu1804-stable-release
384370
image: baiduxlab/useful-docker:ubuntu.1804.stable
385371
pull: always
386-
environment:
387-
CARGO_BUILD_PIPELINING: true
388372
commands:
389373
- . /root/.profile
390374
- cargo test --release

0 commit comments

Comments
 (0)