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
The following commit(s) were added to refs/heads/fix-ci by this push:
new d5b0cc6 fix: ci
d5b0cc6 is described below
commit d5b0cc68beaaac94a81eb9a3f1fb5969fcfe1234
Author: Yu Ding <[email protected]>
AuthorDate: Thu Dec 23 14:28:28 2021 -0800
fix: ci
---
.github/workflows/sgx-world.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/sgx-world.yml b/.github/workflows/sgx-world.yml
index ad539cd..ede4ccc 100644
--- a/.github/workflows/sgx-world.yml
+++ b/.github/workflows/sgx-world.yml
@@ -18,8 +18,8 @@ jobs:
- "baiduxlab/sgx-rust:2004-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"
+ - "cat ../../.github/workflows/patch.txt >> ./Cargo.toml && cp
../../.github/workflows/Xargo.toml . && RUST_TARGET_PATH=$(pwd) xargo build
--target x86_64-unknown-linux-sgx"
+ - "cat ../../.github/workflows/patch.txt >> ./Cargo.toml && cp
../../.github/workflows/Xargo.toml . && RUST_TARGET_PATH=$(pwd) xargo build
--target x86_64-unknown-linux-sgx --release"
- "cat ../../.github/workflows/patch.txt >> ./Cargo.toml && cargo
build"
- "cat ../../.github/workflows/patch.txt >> ./Cargo.toml && cargo
build --release"
runs-on: ${{ matrix.runs-on }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]