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 2019/12/13 23:23:08 UTC

[incubator-teaclave] branch master updated: [ci] Don't mount SGX device for simulation mode (#154)

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


The following commit(s) were added to refs/heads/master by this push:
     new b42caf4  [ci] Don't mount SGX device for simulation mode (#154)
b42caf4 is described below

commit b42caf44a17348dd586a7e64251a6ea8b5317b36
Author: Mingshen Sun <bo...@mssun.me>
AuthorDate: Fri Dec 13 15:23:01 2019 -0800

    [ci] Don't mount SGX device for simulation mode (#154)
---
 .drone.yml | 58 ----------------------------------------------------------
 1 file changed, 58 deletions(-)

diff --git a/.drone.yml b/.drone.yml
index 79cb30c..21d0109 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -125,20 +125,6 @@ steps:
   commands:
   - . /root/.cargo/env
   - cd build && make sgx-test
-  privileged: true
-  volumes:
-  - name: isgx
-    path: /dev/isgx
-  - name: aesmd
-    path: /var/run/aesmd/aesm.socket
-
-volumes:
-- name: isgx
-  host:
-    path: /dev/isgx
-- name: aesmd
-  host:
-    path: /var/run/aesmd/aesm.socket
 
 node:
   instance: mesatee-sgx
@@ -170,21 +156,6 @@ steps:
   commands:
   - . /root/.cargo/env
   - cd build && make sgx-test
-  privileged: true
-  volumes:
-  - name: isgx
-    path: /dev/isgx
-  - name: aesmd
-    path: /var/run/aesmd/aesm.socket
-
-volumes:
-- name: isgx
-  host:
-    path: /dev/isgx
-- name: aesmd
-  host:
-    path: /var/run/aesmd/aesm.socket
-
 
 node:
   instance: mesatee-sgx
@@ -318,20 +289,6 @@ steps:
   commands:
   - . /root/.cargo/env
   - cd build && make sgx-test
-  privileged: true
-  volumes:
-  - name: isgx
-    path: /dev/isgx
-  - name: aesmd
-    path: /var/run/aesmd/aesm.socket
-
-volumes:
-- name: isgx
-  host:
-    path: /dev/isgx
-- name: aesmd
-  host:
-    path: /var/run/aesmd/aesm.socket
 
 node:
   instance: mesatee-sgx
@@ -363,21 +320,6 @@ steps:
   commands:
   - . /root/.cargo/env
   - cd build && make sgx-test
-  privileged: true
-  volumes:
-  - name: isgx
-    path: /dev/isgx
-  - name: aesmd
-    path: /var/run/aesmd/aesm.socket
-
-volumes:
-- name: isgx
-  host:
-    path: /dev/isgx
-- name: aesmd
-  host:
-    path: /var/run/aesmd/aesm.socket
-
 
 node:
   instance: mesatee-sgx


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