@@ -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.1.0
386
+ image : baiduxlab/sgx-rust:1604-1.1.1
387
387
pull : always
388
388
environment :
389
389
SGX_MODE : SW
@@ -394,7 +394,7 @@ steps:
394
394
- cd sgx && make -C gbdt-sgx-test
395
395
396
396
- name : sim-test
397
- image : baiduxlab/sgx-rust:1604-1.1.0
397
+ image : baiduxlab/sgx-rust:1604-1.1.1
398
398
pull : always
399
399
commands :
400
400
- . /opt/sgxsdk/environment
@@ -410,7 +410,7 @@ name: gbdt-sgx-xargo-1604-hw
410
410
411
411
steps :
412
412
- name : hw-compile
413
- image : baiduxlab/sgx-rust:1604-1.1.0
413
+ image : baiduxlab/sgx-rust:1604-1.1.1
414
414
pull : always
415
415
environment :
416
416
SGX_MODE : HW
@@ -421,7 +421,7 @@ steps:
421
421
- cd sgx && make -C gbdt-sgx-test
422
422
423
423
- name : hw-test
424
- image : baiduxlab/sgx-rust:1604-1.1.0
424
+ image : baiduxlab/sgx-rust:1604-1.1.1
425
425
pull : always
426
426
privileged : true
427
427
volumes :
@@ -453,7 +453,7 @@ name: gbdt-sgx-xargo-1804-sw
453
453
454
454
steps :
455
455
- name : sim-compile
456
- image : baiduxlab/sgx-rust:1804-1.1.0
456
+ image : baiduxlab/sgx-rust:1804-1.1.1
457
457
pull : always
458
458
environment :
459
459
SGX_MODE : SW
@@ -464,7 +464,7 @@ steps:
464
464
- cd sgx && make -C gbdt-sgx-test
465
465
466
466
- name : sim-test
467
- image : baiduxlab/sgx-rust:1804-1.1.0
467
+ image : baiduxlab/sgx-rust:1804-1.1.1
468
468
pull : always
469
469
commands :
470
470
- . /opt/sgxsdk/environment
@@ -480,7 +480,7 @@ name: gbdt-sgx-xargo-1804-hw
480
480
481
481
steps :
482
482
- name : hw-compile
483
- image : baiduxlab/sgx-rust:1804-1.1.0
483
+ image : baiduxlab/sgx-rust:1804-1.1.1
484
484
pull : always
485
485
environment :
486
486
SGX_MODE : HW
@@ -491,7 +491,7 @@ steps:
491
491
- cd sgx && make -C gbdt-sgx-test
492
492
493
493
- name : hw-test
494
- image : baiduxlab/sgx-rust:1804-1.1.0
494
+ image : baiduxlab/sgx-rust:1804-1.1.1
495
495
pull : always
496
496
privileged : true
497
497
volumes :
@@ -523,7 +523,7 @@ name: gbdt-sgx-1604-sw
523
523
524
524
steps :
525
525
- name : sim-compile
526
- image : baiduxlab/sgx-rust:1604-1.1.0
526
+ image : baiduxlab/sgx-rust:1604-1.1.1
527
527
pull : always
528
528
environment :
529
529
SGX_MODE : SW
@@ -534,7 +534,7 @@ steps:
534
534
- make -C sgx/gbdt-sgx-test
535
535
536
536
- name : sim-test
537
- image : baiduxlab/sgx-rust:1604-1.1.0
537
+ image : baiduxlab/sgx-rust:1604-1.1.1
538
538
pull : always
539
539
commands :
540
540
- . /opt/sgxsdk/environment
@@ -550,7 +550,7 @@ name: gbdt-sgx-1604-hw
550
550
551
551
steps :
552
552
- name : hw-compile
553
- image : baiduxlab/sgx-rust:1604-1.1.0
553
+ image : baiduxlab/sgx-rust:1604-1.1.1
554
554
pull : always
555
555
environment :
556
556
SGX_MODE : HW
@@ -561,7 +561,7 @@ steps:
561
561
- make -C sgx/gbdt-sgx-test
562
562
563
563
- name : hw-test
564
- image : baiduxlab/sgx-rust:1604-1.1.0
564
+ image : baiduxlab/sgx-rust:1604-1.1.1
565
565
pull : always
566
566
privileged : true
567
567
volumes :
@@ -593,7 +593,7 @@ name: gbdt-sgx-1804-sw
593
593
594
594
steps :
595
595
- name : sim-compile
596
- image : baiduxlab/sgx-rust:1804-1.1.0
596
+ image : baiduxlab/sgx-rust:1804-1.1.1
597
597
pull : always
598
598
environment :
599
599
SGX_MODE : SW
@@ -604,7 +604,7 @@ steps:
604
604
- make -C sgx/gbdt-sgx-test
605
605
606
606
- name : sim-test
607
- image : baiduxlab/sgx-rust:1804-1.1.0
607
+ image : baiduxlab/sgx-rust:1804-1.1.1
608
608
pull : always
609
609
commands :
610
610
- . /opt/sgxsdk/environment
@@ -620,7 +620,7 @@ name: gbdt-sgx-1804-hw
620
620
621
621
steps :
622
622
- name : hw-compile
623
- image : baiduxlab/sgx-rust:1804-1.1.0
623
+ image : baiduxlab/sgx-rust:1804-1.1.1
624
624
pull : always
625
625
environment :
626
626
SGX_MODE : HW
@@ -631,7 +631,7 @@ steps:
631
631
- make -C sgx/gbdt-sgx-test
632
632
633
633
- name : hw-test
634
- image : baiduxlab/sgx-rust:1804-1.1.0
634
+ image : baiduxlab/sgx-rust:1804-1.1.1
635
635
pull : always
636
636
privileged : true
637
637
volumes :
0 commit comments