You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by ms...@apache.org on 2020/05/06 21:43:35 UTC

[incubator-teaclave] 03/03: [ci] Source sgxsdk env in the prepare pipeline

This is an automated email from the ASF dual-hosted git repository.

mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git

commit 30dc61eca139029dde0d2404ca550be3eb8018a4
Author: Mingshen Sun <bo...@mssun.me>
AuthorDate: Wed May 6 14:19:04 2020 -0700

    [ci] Source sgxsdk env in the prepare pipeline
---
 .drone.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.drone.yml b/.drone.yml
index 32a0985..ad3b531 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -6,6 +6,7 @@ steps:
   image: teaclave/teaclave-build-ubuntu-1804-sgx-2.9.1:0.1.0
   commands:
   - . /root/.cargo/env
+  - . /opt/sgxsdk/environment
   - mkdir -p build
   - cd build && cmake -DCMAKE_BUILD_TYPE=Debug -DTEST_MODE=ON ..
 - name: check
@@ -58,6 +59,7 @@ steps:
   image: teaclave/teaclave-build-ubuntu-1804-sgx-dcap-1.6:0.1.0
   commands:
   - . /root/.cargo/env
+  - . /opt/sgxsdk/environment
   - mkdir -p build
   - cd build && cmake -DCMAKE_BUILD_TYPE=Debug -DTEST_MODE=ON -DDCAP=ON ..
 - name: check
@@ -124,6 +126,7 @@ steps:
   image: teaclave/teaclave-build-ubuntu-1804-sgx-2.9.1:0.1.0
   commands:
   - . /root/.cargo/env
+  - . /opt/sgxsdk/environment
   - mkdir -p build
   - cd build && cmake -DTEST_MODE=ON ..
 - name: check
@@ -181,6 +184,7 @@ steps:
   image: teaclave/teaclave-build-ubuntu-1804-sgx-2.9.1:0.1.0
   commands:
   - . /root/.cargo/env
+  - . /opt/sgxsdk/environment
   - mkdir -p build
   - cd build && cmake -DTEST_MODE=ON ..
 - name: check
@@ -212,6 +216,7 @@ steps:
   image: teaclave/teaclave-build-ubuntu-1804-sgx-2.9.1:0.1.0
   commands:
   - . /root/.cargo/env
+  - . /opt/sgxsdk/environment
   - mkdir -p build
   - cd build && cmake -DTEST_MODE=YES ..
 - name: check
@@ -409,6 +414,7 @@ steps:
   image: teaclave/teaclave-build-ubuntu-1804-sgx-2.9.1:0.1.0
   commands:
   - . /root/.cargo/env
+  - . /opt/sgxsdk/environment
   - mkdir -p build
   - cd build && cmake -DRUSTFLAGS="-D warnings" -DTEST_MODE=ON ..
 - name: check


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org