Skip to content

Commit 09b6c22

Browse files
committed
Fix .drone.yml for CI
1 parent 28b2a83 commit 09b6c22

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.drone.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -359,14 +359,14 @@ name: gbdt-sgx-xargo-1604-sw
359359

360360
steps:
361361
- name: sim-compile
362-
image: baiduxlab/sgx-rust:1604-1.0.7
362+
image: baiduxlab/sgx-rust:1604-1.0.8
363363
commands:
364364
- . /opt/sgxsdk/environment
365365
- . /root/.cargo/env
366366
- cd sgx && SGX_MODE=SW XARGO_SGX=1 make -C gbdt-sgx-test
367367

368368
- name: sim-test
369-
image: baiduxlab/sgx-rust:1604-1.0.7
369+
image: baiduxlab/sgx-rust:1604-1.0.8
370370
commands:
371371
- . /opt/sgxsdk/environment
372372
- cd sgx/gbdt-sgx-test/bin && ./app | tee result.txt && grep " 0 failed" result.txt
@@ -381,14 +381,14 @@ name: gbdt-sgx-xargo-1604-hw
381381

382382
steps:
383383
- name: hw-compile
384-
image: baiduxlab/sgx-rust:1604-1.0.7
384+
image: baiduxlab/sgx-rust:1604-1.0.8
385385
commands:
386386
- . /opt/sgxsdk/environment
387387
- . /root/.cargo/env
388388
- cd sgx && XARGO_SGX=1 make -C gbdt-sgx-test
389389

390390
- name: hw-test
391-
image: baiduxlab/sgx-rust:1604-1.0.7
391+
image: baiduxlab/sgx-rust:1604-1.0.8
392392
privileged: true
393393
volumes:
394394
- name: isgx
@@ -419,14 +419,14 @@ name: gbdt-sgx-xargo-1804-sw
419419

420420
steps:
421421
- name: sim-compile
422-
image: baiduxlab/sgx-rust:1804-1.0.7
422+
image: baiduxlab/sgx-rust:1804-1.0.8
423423
commands:
424424
- . /opt/sgxsdk/environment
425425
- . /root/.cargo/env
426426
- cd sgx && SGX_MODE=SW XARGO_SGX=1 make -C gbdt-sgx-test
427427

428428
- name: sim-test
429-
image: baiduxlab/sgx-rust:1804-1.0.7
429+
image: baiduxlab/sgx-rust:1804-1.0.8
430430
commands:
431431
- . /opt/sgxsdk/environment
432432
- cd sgx/gbdt-sgx-test/bin && ./app | tee result.txt && grep " 0 failed" result.txt
@@ -441,14 +441,14 @@ name: gbdt-sgx-xargo-1804-hw
441441

442442
steps:
443443
- name: hw-compile
444-
image: baiduxlab/sgx-rust:1804-1.0.7
444+
image: baiduxlab/sgx-rust:1804-1.0.8
445445
commands:
446446
- . /opt/sgxsdk/environment
447447
- . /root/.cargo/env
448448
- cd sgx && XARGO_SGX=1 make -C gbdt-sgx-test
449449

450450
- name: hw-test
451-
image: baiduxlab/sgx-rust:1804-1.0.7
451+
image: baiduxlab/sgx-rust:1804-1.0.8
452452
privileged: true
453453
volumes:
454454
- name: isgx
@@ -479,14 +479,14 @@ name: gbdt-sgx-1604-sw
479479

480480
steps:
481481
- name: sim-compile
482-
image: baiduxlab/sgx-rust:1604-1.0.7
482+
image: baiduxlab/sgx-rust:1604-1.0.8
483483
commands:
484484
- . /opt/sgxsdk/environment
485485
- . /root/.cargo/env
486486
- SGX_MODE=SW make -C sgx/gbdt-sgx-test
487487

488488
- name: sim-test
489-
image: baiduxlab/sgx-rust:1604-1.0.7
489+
image: baiduxlab/sgx-rust:1604-1.0.8
490490
commands:
491491
- . /opt/sgxsdk/environment
492492
- cd sgx/gbdt-sgx-test/bin && ./app | tee result.txt && grep " 0 failed" result.txt
@@ -501,14 +501,14 @@ name: gbdt-sgx-1604-hw
501501

502502
steps:
503503
- name: hw-compile
504-
image: baiduxlab/sgx-rust:1604-1.0.7
504+
image: baiduxlab/sgx-rust:1604-1.0.8
505505
commands:
506506
- . /opt/sgxsdk/environment
507507
- . /root/.cargo/env
508508
- make -C sgx/gbdt-sgx-test
509509

510510
- name: hw-test
511-
image: baiduxlab/sgx-rust:1604-1.0.7
511+
image: baiduxlab/sgx-rust:1604-1.0.8
512512
privileged: true
513513
volumes:
514514
- name: isgx
@@ -539,14 +539,14 @@ name: gbdt-sgx-1804-sw
539539

540540
steps:
541541
- name: sim-compile
542-
image: baiduxlab/sgx-rust:1804-1.0.7
542+
image: baiduxlab/sgx-rust:1804-1.0.8
543543
commands:
544544
- . /opt/sgxsdk/environment
545545
- . /root/.cargo/env
546546
- SGX_MODE=SW make -C sgx/gbdt-sgx-test
547547

548548
- name: sim-test
549-
image: baiduxlab/sgx-rust:1804-1.0.7
549+
image: baiduxlab/sgx-rust:1804-1.0.8
550550
commands:
551551
- . /opt/sgxsdk/environment
552552
- cd sgx/gbdt-sgx-test/bin && ./app | tee result.txt && grep " 0 failed" result.txt
@@ -561,14 +561,14 @@ name: gbdt-sgx-1804-hw
561561

562562
steps:
563563
- name: hw-compile
564-
image: baiduxlab/sgx-rust:1804-1.0.7
564+
image: baiduxlab/sgx-rust:1804-1.0.8
565565
commands:
566566
- . /opt/sgxsdk/environment
567567
- . /root/.cargo/env
568568
- make -C sgx/gbdt-sgx-test
569569

570570
- name: hw-test
571-
image: baiduxlab/sgx-rust:1804-1.0.7
571+
image: baiduxlab/sgx-rust:1804-1.0.8
572572
privileged: true
573573
volumes:
574574
- name: isgx

0 commit comments

Comments
 (0)