@@ -4,6 +4,8 @@ name: centos6-nightly-debug
4
4
steps :
5
5
- name : centos6-nightly-debug
6
6
image : baiduxlab/useful-docker:centos.6.nightly
7
+ environment :
8
+ CARGO_BUILD_PIPELINING : true
7
9
commands :
8
10
- source /root/.profile
9
11
- cargo test
@@ -26,6 +28,8 @@ name: centos6-nightly-release
26
28
steps :
27
29
- name : centos6-nightly-release
28
30
image : baiduxlab/useful-docker:centos.6.nightly
31
+ environment :
32
+ CARGO_BUILD_PIPELINING : true
29
33
commands :
30
34
- source /root/.profile
31
35
- cargo test --release
@@ -48,6 +52,8 @@ name: centos6-stable-debug
48
52
steps :
49
53
- name : centos6-stable-debug
50
54
image : baiduxlab/useful-docker:centos.6.stable
55
+ environment :
56
+ CARGO_BUILD_PIPELINING : true
51
57
commands :
52
58
- source /root/.profile
53
59
- cargo test
@@ -70,6 +76,8 @@ name: centos6-stable-release
70
76
steps :
71
77
- name : centos6-stable-release
72
78
image : baiduxlab/useful-docker:centos.6.stable
79
+ environment :
80
+ CARGO_BUILD_PIPELINING : true
73
81
commands :
74
82
- source /root/.profile
75
83
- cargo test --release
@@ -93,6 +101,8 @@ name: centos7-nightly-debug
93
101
steps :
94
102
- name : centos7-nightly-debug
95
103
image : baiduxlab/useful-docker:centos.6.nightly
104
+ environment :
105
+ CARGO_BUILD_PIPELINING : true
96
106
commands :
97
107
- source /root/.profile
98
108
- cargo test
@@ -115,6 +125,8 @@ name: centos7-nightly-release
115
125
steps :
116
126
- name : centos7-nightly-release
117
127
image : baiduxlab/useful-docker:centos.6.nightly
128
+ environment :
129
+ CARGO_BUILD_PIPELINING : true
118
130
commands :
119
131
- source /root/.profile
120
132
- cargo test --release
@@ -137,6 +149,8 @@ name: centos7-stable-debug
137
149
steps :
138
150
- name : centos7-stable-debug
139
151
image : baiduxlab/useful-docker:centos.6.stable
152
+ environment :
153
+ CARGO_BUILD_PIPELINING : true
140
154
commands :
141
155
- source /root/.profile
142
156
- cargo test
@@ -159,6 +173,8 @@ name: centos7-stable-release
159
173
steps :
160
174
- name : centos7-stable-release
161
175
image : baiduxlab/useful-docker:centos.6.stable
176
+ environment :
177
+ CARGO_BUILD_PIPELINING : true
162
178
commands :
163
179
- source /root/.profile
164
180
- cargo test --release
@@ -182,6 +198,8 @@ name: ubuntu1604-nightly-debug
182
198
steps :
183
199
- name : ubuntu1604-nightly-debug
184
200
image : baiduxlab/useful-docker:ubuntu.1604.nightly
201
+ environment :
202
+ CARGO_BUILD_PIPELINING : true
185
203
commands :
186
204
- . /root/.profile
187
205
- cargo test
@@ -204,6 +222,8 @@ name: ubuntu1604-nightly-release
204
222
steps :
205
223
- name : ubuntu1604-nightly-release
206
224
image : baiduxlab/useful-docker:ubuntu.1604.nightly
225
+ environment :
226
+ CARGO_BUILD_PIPELINING : true
207
227
commands :
208
228
- . /root/.profile
209
229
- cargo test --release
@@ -226,6 +246,8 @@ name: ubuntu1604-stable-debug
226
246
steps :
227
247
- name : ubuntu1604-stable-debug
228
248
image : baiduxlab/useful-docker:ubuntu.1604.stable
249
+ environment :
250
+ CARGO_BUILD_PIPELINING : true
229
251
commands :
230
252
- . /root/.profile
231
253
- cargo test
@@ -248,6 +270,8 @@ name: ubuntu1604-stable-release
248
270
steps :
249
271
- name : ubuntu1604-stable-release
250
272
image : baiduxlab/useful-docker:ubuntu.1604.stable
273
+ environment :
274
+ CARGO_BUILD_PIPELINING : true
251
275
commands :
252
276
- . /root/.profile
253
277
- cargo test --release
@@ -271,6 +295,8 @@ name: ubuntu1804-nightly-debug
271
295
steps :
272
296
- name : ubuntu1804-nightly-debug
273
297
image : baiduxlab/useful-docker:ubuntu.1804.nightly
298
+ environment :
299
+ CARGO_BUILD_PIPELINING : true
274
300
commands :
275
301
- . /root/.profile
276
302
- cargo test
@@ -293,6 +319,8 @@ name: ubuntu1804-nightly-release
293
319
steps :
294
320
- name : ubuntu1804-nightly-release
295
321
image : baiduxlab/useful-docker:ubuntu.1804.nightly
322
+ environment :
323
+ CARGO_BUILD_PIPELINING : true
296
324
commands :
297
325
- . /root/.profile
298
326
- cargo test --release
@@ -315,6 +343,8 @@ name: ubuntu1804-stable-debug
315
343
steps :
316
344
- name : ubuntu1804-stable-debug
317
345
image : baiduxlab/useful-docker:ubuntu.1804.stable
346
+ environment :
347
+ CARGO_BUILD_PIPELINING : true
318
348
commands :
319
349
- . /root/.profile
320
350
- cargo test
@@ -337,6 +367,8 @@ name: ubuntu1804-stable-release
337
367
steps :
338
368
- name : ubuntu1804-stable-release
339
369
image : baiduxlab/useful-docker:ubuntu.1804.stable
370
+ environment :
371
+ CARGO_BUILD_PIPELINING : true
340
372
commands :
341
373
- . /root/.profile
342
374
- cargo test --release
@@ -360,10 +392,14 @@ name: gbdt-sgx-xargo-1604-sw
360
392
steps :
361
393
- name : sim-compile
362
394
image : baiduxlab/sgx-rust:1604-1.0.8
395
+ environment :
396
+ SGX_MODE : SW
397
+ XARGO_SGX : 1
398
+ CARGO_BUILD_PIPELINING : true
363
399
commands :
364
400
- . /opt/sgxsdk/environment
365
401
- . /root/.cargo/env
366
- - cd sgx && SGX_MODE=SW XARGO_SGX=1 make -C gbdt-sgx-test
402
+ - cd sgx && make -C gbdt-sgx-test
367
403
368
404
- name : sim-test
369
405
image : baiduxlab/sgx-rust:1604-1.0.8
@@ -382,10 +418,14 @@ name: gbdt-sgx-xargo-1604-hw
382
418
steps :
383
419
- name : hw-compile
384
420
image : baiduxlab/sgx-rust:1604-1.0.8
421
+ environment :
422
+ SGX_MODE : HW
423
+ XARGO_SGX : 1
424
+ CARGO_BUILD_PIPELINING : true
385
425
commands :
386
426
- . /opt/sgxsdk/environment
387
427
- . /root/.cargo/env
388
- - cd sgx && XARGO_SGX=1 make -C gbdt-sgx-test
428
+ - cd sgx && make -C gbdt-sgx-test
389
429
390
430
- name : hw-test
391
431
image : baiduxlab/sgx-rust:1604-1.0.8
@@ -420,10 +460,14 @@ name: gbdt-sgx-xargo-1804-sw
420
460
steps :
421
461
- name : sim-compile
422
462
image : baiduxlab/sgx-rust:1804-1.0.8
463
+ environment :
464
+ SGX_MODE : SW
465
+ XARGO_SGX : 1
466
+ CARGO_BUILD_PIPELINING : true
423
467
commands :
424
468
- . /opt/sgxsdk/environment
425
469
- . /root/.cargo/env
426
- - cd sgx && SGX_MODE=SW XARGO_SGX=1 make -C gbdt-sgx-test
470
+ - cd sgx && make -C gbdt-sgx-test
427
471
428
472
- name : sim-test
429
473
image : baiduxlab/sgx-rust:1804-1.0.8
@@ -442,10 +486,14 @@ name: gbdt-sgx-xargo-1804-hw
442
486
steps :
443
487
- name : hw-compile
444
488
image : baiduxlab/sgx-rust:1804-1.0.8
489
+ environment :
490
+ SGX_MODE : HW
491
+ XARGO_SGX : 1
492
+ CARGO_BUILD_PIPELINING : true
445
493
commands :
446
494
- . /opt/sgxsdk/environment
447
495
- . /root/.cargo/env
448
- - cd sgx && XARGO_SGX=1 make -C gbdt-sgx-test
496
+ - cd sgx && make -C gbdt-sgx-test
449
497
450
498
- name : hw-test
451
499
image : baiduxlab/sgx-rust:1804-1.0.8
@@ -480,10 +528,14 @@ name: gbdt-sgx-1604-sw
480
528
steps :
481
529
- name : sim-compile
482
530
image : baiduxlab/sgx-rust:1604-1.0.8
531
+ environment :
532
+ SGX_MODE : SW
533
+ XARGO_SGX : 0
534
+ CARGO_BUILD_PIPELINING : true
483
535
commands :
484
536
- . /opt/sgxsdk/environment
485
537
- . /root/.cargo/env
486
- - SGX_MODE=SW make -C sgx/gbdt-sgx-test
538
+ - make -C sgx/gbdt-sgx-test
487
539
488
540
- name : sim-test
489
541
image : baiduxlab/sgx-rust:1604-1.0.8
@@ -502,6 +554,10 @@ name: gbdt-sgx-1604-hw
502
554
steps :
503
555
- name : hw-compile
504
556
image : baiduxlab/sgx-rust:1604-1.0.8
557
+ environment :
558
+ SGX_MODE : HW
559
+ XARGO_SGX : 0
560
+ CARGO_BUILD_PIPELINING : true
505
561
commands :
506
562
- . /opt/sgxsdk/environment
507
563
- . /root/.cargo/env
@@ -540,10 +596,14 @@ name: gbdt-sgx-1804-sw
540
596
steps :
541
597
- name : sim-compile
542
598
image : baiduxlab/sgx-rust:1804-1.0.8
599
+ environment :
600
+ SGX_MODE : SW
601
+ XARGO_SGX : 0
602
+ CARGO_BUILD_PIPELINING : true
543
603
commands :
544
604
- . /opt/sgxsdk/environment
545
605
- . /root/.cargo/env
546
- - SGX_MODE=SW make -C sgx/gbdt-sgx-test
606
+ - make -C sgx/gbdt-sgx-test
547
607
548
608
- name : sim-test
549
609
image : baiduxlab/sgx-rust:1804-1.0.8
@@ -562,6 +622,10 @@ name: gbdt-sgx-1804-hw
562
622
steps :
563
623
- name : hw-compile
564
624
image : baiduxlab/sgx-rust:1804-1.0.8
625
+ environment :
626
+ SGX_MODE : HW
627
+ XARGO_SGX : 0
628
+ CARGO_BUILD_PIPELINING : true
565
629
commands :
566
630
- . /opt/sgxsdk/environment
567
631
- . /root/.cargo/env
0 commit comments