代码拉取完成,页面将自动刷新
kind: pipeline
name: hmac-drbg-sgx-xargo-1604-sw
steps:
- name: sim-compile
image: baiduxlab/sgx-rust:1604-1.1.3
commands:
- . /opt/sgxsdk/environment
- . /root/.cargo/env
- cd sgx && SGX_MODE=SW XARGO_SGX=1 make -C hmac-drbg-sgx-test
- name: sim-test
image: baiduxlab/sgx-rust:1604-1.1.3
commands:
- . /opt/sgxsdk/environment
- cd sgx/hmac-drbg-sgx-test/bin && ./app | tee result.txt && grep " 0 failed" result.txt
node:
instance: sgx
---
kind: pipeline
name: hmac-drbg-sgx-xargo-1604-hw
steps:
- name: hw-compile
image: baiduxlab/sgx-rust:1604-1.1.3
commands:
- . /opt/sgxsdk/environment
- . /root/.cargo/env
- cd sgx && XARGO_SGX=1 make -C hmac-drbg-sgx-test
- name: hw-test
image: baiduxlab/sgx-rust:1604-1.1.3
privileged: true
volumes:
- name: isgx
path: /dev/isgx
- name: aesmd
path: /var/run/aesmd/aesm.socket
commands:
- . /opt/sgxsdk/environment
- ls -l /dev/isgx
- ls -l /var/run/aesmd/aesm.socket
- cd sgx/hmac-drbg-sgx-test/bin && ./app | tee result.txt && grep " 0 failed" result.txt
volumes:
- name: isgx
host:
path: /dev/isgx
- name: aesmd
host:
path: /var/run/aesmd/aesm.socket
node:
instance: sgx
---
kind: pipeline
name: hmac-drbg-sgx-xargo-1804-sw
steps:
- name: sim-compile
image: baiduxlab/sgx-rust:1804-1.1.3
commands:
- . /opt/sgxsdk/environment
- . /root/.cargo/env
- cd sgx && SGX_MODE=SW XARGO_SGX=1 make -C hmac-drbg-sgx-test
- name: sim-test
image: baiduxlab/sgx-rust:1804-1.1.3
commands:
- . /opt/sgxsdk/environment
- cd sgx/hmac-drbg-sgx-test/bin && ./app | tee result.txt && grep " 0 failed" result.txt
node:
instance: sgx
---
kind: pipeline
name: hmac-drbg-sgx-xargo-1804-hw
steps:
- name: hw-compile
image: baiduxlab/sgx-rust:1804-1.1.3
commands:
- . /opt/sgxsdk/environment
- . /root/.cargo/env
- cd sgx && XARGO_SGX=1 make -C hmac-drbg-sgx-test
- name: hw-test
image: baiduxlab/sgx-rust:1804-1.1.3
privileged: true
volumes:
- name: isgx
path: /dev/isgx
- name: aesmd
path: /var/run/aesmd/aesm.socket
commands:
- . /opt/sgxsdk/environment
- ls -l /dev/isgx
- ls -l /var/run/aesmd/aesm.socket
- cd sgx/hmac-drbg-sgx-test/bin && ./app | tee result.txt && grep " 0 failed" result.txt
volumes:
- name: isgx
host:
path: /dev/isgx
- name: aesmd
host:
path: /var/run/aesmd/aesm.socket
node:
instance: sgx
---
kind: pipeline
name: hmac-drbg-sgx-1604-sw
steps:
- name: sim-compile
image: baiduxlab/sgx-rust:1604-1.1.3
commands:
- . /opt/sgxsdk/environment
- . /root/.cargo/env
- SGX_MODE=SW make -C sgx/hmac-drbg-sgx-test
- name: sim-test
image: baiduxlab/sgx-rust:1604-1.1.3
commands:
- . /opt/sgxsdk/environment
- cd sgx/hmac-drbg-sgx-test/bin && ./app | tee result.txt && grep " 0 failed" result.txt
node:
instance: sgx
---
kind: pipeline
name: hmac-drbg-sgx-1604-hw
steps:
- name: hw-compile
image: baiduxlab/sgx-rust:1604-1.1.3
commands:
- . /opt/sgxsdk/environment
- . /root/.cargo/env
- make -C sgx/hmac-drbg-sgx-test
- name: hw-test
image: baiduxlab/sgx-rust:1604-1.1.3
privileged: true
volumes:
- name: isgx
path: /dev/isgx
- name: aesmd
path: /var/run/aesmd/aesm.socket
commands:
- . /opt/sgxsdk/environment
- ls -l /dev/isgx
- ls -l /var/run/aesmd/aesm.socket
- cd sgx/hmac-drbg-sgx-test/bin && ./app | tee result.txt && grep " 0 failed" result.txt
volumes:
- name: isgx
host:
path: /dev/isgx
- name: aesmd
host:
path: /var/run/aesmd/aesm.socket
node:
instance: sgx
---
kind: pipeline
name: hmac-drbg-sgx-1804-sw
steps:
- name: sim-compile
image: baiduxlab/sgx-rust:1804-1.1.3
commands:
- . /opt/sgxsdk/environment
- . /root/.cargo/env
- SGX_MODE=SW make -C sgx/hmac-drbg-sgx-test
- name: sim-test
image: baiduxlab/sgx-rust:1804-1.1.3
commands:
- . /opt/sgxsdk/environment
- cd sgx/hmac-drbg-sgx-test/bin && ./app | tee result.txt && grep " 0 failed" result.txt
node:
instance: sgx
---
kind: pipeline
name: hmac-drbg-sgx-1804-hw
steps:
- name: hw-compile
image: baiduxlab/sgx-rust:1804-1.1.3
commands:
- . /opt/sgxsdk/environment
- . /root/.cargo/env
- make -C sgx/hmac-drbg-sgx-test
- name: hw-test
image: baiduxlab/sgx-rust:1804-1.1.3
privileged: true
volumes:
- name: isgx
path: /dev/isgx
- name: aesmd
path: /var/run/aesmd/aesm.socket
commands:
- . /opt/sgxsdk/environment
- ls -l /dev/isgx
- ls -l /var/run/aesmd/aesm.socket
- cd sgx/hmac-drbg-sgx-test/bin && ./app | tee result.txt && grep " 0 failed" result.txt
volumes:
- name: isgx
host:
path: /dev/isgx
- name: aesmd
host:
path: /var/run/aesmd/aesm.socket
node:
instance: sgx
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。