@@ -383,7 +383,7 @@ name: gbdt-sgx-xargo-1604-sw
383
383
384
384
steps :
385
385
- name : sim-compile
386
- image : baiduxlab/sgx-rust:1604-1.0.8
386
+ image : baiduxlab/sgx-rust:1604-1.0.9
387
387
pull : always
388
388
environment :
389
389
SGX_MODE : SW
@@ -395,7 +395,7 @@ steps:
395
395
- cd sgx && make -C gbdt-sgx-test
396
396
397
397
- name : sim-test
398
- image : baiduxlab/sgx-rust:1604-1.0.8
398
+ image : baiduxlab/sgx-rust:1604-1.0.9
399
399
pull : always
400
400
commands :
401
401
- . /opt/sgxsdk/environment
@@ -411,7 +411,7 @@ name: gbdt-sgx-xargo-1604-hw
411
411
412
412
steps :
413
413
- name : hw-compile
414
- image : baiduxlab/sgx-rust:1604-1.0.8
414
+ image : baiduxlab/sgx-rust:1604-1.0.9
415
415
pull : always
416
416
environment :
417
417
SGX_MODE : HW
@@ -423,7 +423,7 @@ steps:
423
423
- cd sgx && make -C gbdt-sgx-test
424
424
425
425
- name : hw-test
426
- image : baiduxlab/sgx-rust:1604-1.0.8
426
+ image : baiduxlab/sgx-rust:1604-1.0.9
427
427
pull : always
428
428
privileged : true
429
429
volumes :
@@ -455,7 +455,7 @@ name: gbdt-sgx-xargo-1804-sw
455
455
456
456
steps :
457
457
- name : sim-compile
458
- image : baiduxlab/sgx-rust:1804-1.0.8
458
+ image : baiduxlab/sgx-rust:1804-1.0.9
459
459
pull : always
460
460
environment :
461
461
SGX_MODE : SW
@@ -467,7 +467,7 @@ steps:
467
467
- cd sgx && make -C gbdt-sgx-test
468
468
469
469
- name : sim-test
470
- image : baiduxlab/sgx-rust:1804-1.0.8
470
+ image : baiduxlab/sgx-rust:1804-1.0.9
471
471
pull : always
472
472
commands :
473
473
- . /opt/sgxsdk/environment
@@ -483,7 +483,7 @@ name: gbdt-sgx-xargo-1804-hw
483
483
484
484
steps :
485
485
- name : hw-compile
486
- image : baiduxlab/sgx-rust:1804-1.0.8
486
+ image : baiduxlab/sgx-rust:1804-1.0.9
487
487
pull : always
488
488
environment :
489
489
SGX_MODE : HW
@@ -495,7 +495,7 @@ steps:
495
495
- cd sgx && make -C gbdt-sgx-test
496
496
497
497
- name : hw-test
498
- image : baiduxlab/sgx-rust:1804-1.0.8
498
+ image : baiduxlab/sgx-rust:1804-1.0.9
499
499
pull : always
500
500
privileged : true
501
501
volumes :
@@ -527,7 +527,7 @@ name: gbdt-sgx-1604-sw
527
527
528
528
steps :
529
529
- name : sim-compile
530
- image : baiduxlab/sgx-rust:1604-1.0.8
530
+ image : baiduxlab/sgx-rust:1604-1.0.9
531
531
pull : always
532
532
environment :
533
533
SGX_MODE : SW
@@ -539,7 +539,7 @@ steps:
539
539
- make -C sgx/gbdt-sgx-test
540
540
541
541
- name : sim-test
542
- image : baiduxlab/sgx-rust:1604-1.0.8
542
+ image : baiduxlab/sgx-rust:1604-1.0.9
543
543
pull : always
544
544
commands :
545
545
- . /opt/sgxsdk/environment
@@ -555,7 +555,7 @@ name: gbdt-sgx-1604-hw
555
555
556
556
steps :
557
557
- name : hw-compile
558
- image : baiduxlab/sgx-rust:1604-1.0.8
558
+ image : baiduxlab/sgx-rust:1604-1.0.9
559
559
pull : always
560
560
environment :
561
561
SGX_MODE : HW
@@ -567,7 +567,7 @@ steps:
567
567
- make -C sgx/gbdt-sgx-test
568
568
569
569
- name : hw-test
570
- image : baiduxlab/sgx-rust:1604-1.0.8
570
+ image : baiduxlab/sgx-rust:1604-1.0.9
571
571
pull : always
572
572
privileged : true
573
573
volumes :
@@ -599,7 +599,7 @@ name: gbdt-sgx-1804-sw
599
599
600
600
steps :
601
601
- name : sim-compile
602
- image : baiduxlab/sgx-rust:1804-1.0.8
602
+ image : baiduxlab/sgx-rust:1804-1.0.9
603
603
pull : always
604
604
environment :
605
605
SGX_MODE : SW
@@ -611,7 +611,7 @@ steps:
611
611
- make -C sgx/gbdt-sgx-test
612
612
613
613
- name : sim-test
614
- image : baiduxlab/sgx-rust:1804-1.0.8
614
+ image : baiduxlab/sgx-rust:1804-1.0.9
615
615
pull : always
616
616
commands :
617
617
- . /opt/sgxsdk/environment
@@ -627,7 +627,7 @@ name: gbdt-sgx-1804-hw
627
627
628
628
steps :
629
629
- name : hw-compile
630
- image : baiduxlab/sgx-rust:1804-1.0.8
630
+ image : baiduxlab/sgx-rust:1804-1.0.9
631
631
pull : always
632
632
environment :
633
633
SGX_MODE : HW
@@ -639,7 +639,7 @@ steps:
639
639
- make -C sgx/gbdt-sgx-test
640
640
641
641
- name : hw-test
642
- image : baiduxlab/sgx-rust:1804-1.0.8
642
+ image : baiduxlab/sgx-rust:1804-1.0.9
643
643
pull : always
644
644
privileged : true
645
645
volumes :
0 commit comments