You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by di...@apache.org on 2021/12/23 00:55:51 UTC

[incubator-teaclave-sgx-sdk] 01/01: fix: ci build

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

dingyu pushed a commit to branch fix-ci
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit d520f4800c48b3aafe31cd01290eaba45a5a567a
Author: Yu Ding <di...@gmail.com>
AuthorDate: Wed Dec 22 16:55:40 2021 -0800

    fix: ci build
---
 .github/workflows/sgx-world.yml   | 12 ++++++------
 .github/workflows/sim-example.yml | 30 +++++++++++++++---------------
 2 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/.github/workflows/sgx-world.yml b/.github/workflows/sgx-world.yml
index f509a3a..ead784c 100644
--- a/.github/workflows/sgx-world.yml
+++ b/.github/workflows/sgx-world.yml
@@ -14,11 +14,11 @@ jobs:
         runs-on:
           - ubuntu-18.04
         image:
-          - "baiduxlab/sgx-rust:1604-1.1.3"
-          - "baiduxlab/sgx-rust:1804-1.1.3"
-          - "baiduxlab/sgx-rust:2004-1.1.3"
-          - "baiduxlab/sgx-rust:fedora31-1.1.3"
-          - "baiduxlab/sgx-rust:centos8-1.1.3"
+          - "baiduxlab/sgx-rust:1604-1.1.4"
+          - "baiduxlab/sgx-rust:1804-1.1.4"
+          - "baiduxlab/sgx-rust:2004-1.1.4"
+          - "baiduxlab/sgx-rust:fedora31-1.1.4"
+          - "baiduxlab/sgx-rust:centos8-1.1.4"
         build-command:
           - "cp ../../.github/workflows/Xargo.toml . && RUST_TARGET_PATH=$(pwd) xargo build --target x86_64-unknown-linux-sgx"
           - "cp ../../.github/workflows/Xargo.toml . && RUST_TARGET_PATH=$(pwd) xargo build --target x86_64-unknown-linux-sgx --release"
@@ -56,7 +56,7 @@ jobs:
   cargo-audit:
     runs-on: ubuntu-18.04
     container: 
-      image: "baiduxlab/sgx-rust:1804-1.1.3"
+      image: "baiduxlab/sgx-rust:1804-1.1.4"
     steps:
     - uses: actions/checkout@v1
       with:
diff --git a/.github/workflows/sim-example.yml b/.github/workflows/sim-example.yml
index 29f9a6d..c2f98eb 100644
--- a/.github/workflows/sim-example.yml
+++ b/.github/workflows/sim-example.yml
@@ -14,11 +14,11 @@ jobs:
         runs-on:
           - ubuntu-18.04
         image:
-          - "baiduxlab/sgx-rust:1604-1.1.3"
-          - "baiduxlab/sgx-rust:1804-1.1.3"
-          - "baiduxlab/sgx-rust:2004-1.1.3"
-          - "baiduxlab/sgx-rust:fedora31-1.1.3"
-          - "baiduxlab/sgx-rust:centos8-1.1.3"
+          - "baiduxlab/sgx-rust:1604-1.1.4"
+          - "baiduxlab/sgx-rust:1804-1.1.4"
+          - "baiduxlab/sgx-rust:2004-1.1.4"
+          - "baiduxlab/sgx-rust:fedora31-1.1.4"
+          - "baiduxlab/sgx-rust:centos8-1.1.4"
         single-sample:
           - "backtrace"
           - "crypto"
@@ -80,11 +80,11 @@ jobs:
         runs-on:
           - ubuntu-18.04
         image:
-          - "baiduxlab/sgx-rust:1604-1.1.3"
-          - "baiduxlab/sgx-rust:1804-1.1.3"
-          - "baiduxlab/sgx-rust:2004-1.1.3"
-          - "baiduxlab/sgx-rust:fedora31-1.1.3"
-          - "baiduxlab/sgx-rust:centos8-1.1.3"
+          - "baiduxlab/sgx-rust:1604-1.1.4"
+          - "baiduxlab/sgx-rust:1804-1.1.4"
+          - "baiduxlab/sgx-rust:2004-1.1.4"
+          - "baiduxlab/sgx-rust:fedora31-1.1.4"
+          - "baiduxlab/sgx-rust:centos8-1.1.4"
     runs-on: ${{ matrix.runs-on }}
     container: 
       image: ${{ matrix.image }}
@@ -148,11 +148,11 @@ jobs:
         runs-on:
           - ubuntu-18.04
         image:
-          - "baiduxlab/sgx-rust:1604-1.1.3"
-          - "baiduxlab/sgx-rust:1804-1.1.3"
-          - "baiduxlab/sgx-rust:2004-1.1.3"
-          - "baiduxlab/sgx-rust:fedora31-1.1.3"
-          - "baiduxlab/sgx-rust:centos8-1.1.3"
+          - "baiduxlab/sgx-rust:1604-1.1.4"
+          - "baiduxlab/sgx-rust:1804-1.1.4"
+          - "baiduxlab/sgx-rust:2004-1.1.4"
+          - "baiduxlab/sgx-rust:fedora31-1.1.4"
+          - "baiduxlab/sgx-rust:centos8-1.1.4"
     runs-on: ${{ matrix.runs-on }}
     container: 
       image: ${{ matrix.image }}

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