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-website.git
commit 8450351e390e732ecee484e7f4e06169881bae1a Author: Mingshen Sun <[email protected]> AuthorDate: Thu Oct 27 15:39:48 2022 -0700 Fix building issue --- site/.vuepress/config.js | 1 - site/Makefile | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js index aca231c0..305ccd4f 100644 --- a/site/.vuepress/config.js +++ b/site/.vuepress/config.js @@ -193,7 +193,6 @@ module.exports = { collapsable: false, sidebarDepth: 0, children: [ - '/teaclave-trustzone-sdk/docs/getting-started-with-optee-for-qemu-armv8', '/teaclave-trustzone-sdk/docs/overview-of-optee-rust-examples', '/teaclave-trustzone-sdk/docs/debugging-optee-ta', ], diff --git a/site/Makefile b/site/Makefile index ca6c0aac..80ddca91 100644 --- a/site/Makefile +++ b/site/Makefile @@ -13,8 +13,8 @@ sgx-sdk-api-docs: teaclave-docs trustzone-sdk-api-docs: teaclave-docs cd teaclave-trustzone-sdk && ./setup.sh - bash -c "cd teaclave-trustzone-sdk && source environment && cd optee-utee && xargo doc --target aarch64-unknown-optee-trustzone" - bash -c "cd teaclave-trustzone-sdk && source environment && cd optee-teec && cargo doc --target aarch64-unknown-linux-gnu" + bash -c "cd teaclave-trustzone-sdk && source environment && cd optee-utee && xargo doc --target aarch64-unknown-optee-trustzone --no-deps" + bash -c "cd teaclave-trustzone-sdk && source environment && cd optee-teec && cargo doc --target aarch64-unknown-linux-gnu --no-deps" mkdir -p .vuepress/dist/api-docs/trustzone-sdk cp -r teaclave-trustzone-sdk/optee-utee/target/aarch64-unknown-optee-trustzone/doc .vuepress/dist/api-docs/trustzone-sdk/optee-utee cp -r teaclave-trustzone-sdk/optee-teec/target/aarch64-unknown-linux-gnu/doc .vuepress/dist/api-docs/trustzone-sdk/optee-teec @@ -41,14 +41,14 @@ teaclave-docs: git clone https://github.com/apache/incubator-teaclave.git teaclave || cd teaclave && git pull git clone https://github.com/apache/incubator-teaclave-sgx-sdk.git teaclave-sgx-sdk || cd teaclave-sgx-sdk && git pull git clone https://github.com/apache/incubator-teaclave-trustzone-sdk.git teaclave-trustzone-sdk - cd teaclave-trustzone-sdk && git checkout 352ff919eabf18941deb79eb30a98a02a7785d2c + cd teaclave-trustzone-sdk && git checkout 38452505f36e2a49279fbfcb7199147cf1190a95 vuepress build dev: git clone https://github.com/apache/incubator-teaclave.git teaclave || cd teaclave && git pull git clone https://github.com/apache/incubator-teaclave-sgx-sdk.git teaclave-sgx-sdk || cd teaclave-sgx-sdk && git pull git clone https://github.com/apache/incubator-teaclave-trustzone-sdk.git teaclave-trustzone-sdk - cd teaclave-trustzone-sdk && git checkout 352ff919eabf18941deb79eb30a98a02a7785d2c + cd teaclave-trustzone-sdk && git checkout 38452505f36e2a49279fbfcb7199147cf1190a95 vuepress dev preview: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
