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 afa84abaad9e7cdbe6aca6eda1b30def24b5a3a9 Author: Mingshen Sun <[email protected]> AuthorDate: Wed Dec 1 21:49:19 2021 -0800 Pin trustzone sdk commit hash --- site/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/site/Makefile b/site/Makefile index 93f7141..ca6c0aa 100644 --- a/site/Makefile +++ b/site/Makefile @@ -40,13 +40,15 @@ crate-docs: 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 pull + git clone https://github.com/apache/incubator-teaclave-trustzone-sdk.git teaclave-trustzone-sdk + cd teaclave-trustzone-sdk && git checkout 352ff919eabf18941deb79eb30a98a02a7785d2c 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 pull + git clone https://github.com/apache/incubator-teaclave-trustzone-sdk.git teaclave-trustzone-sdk + cd teaclave-trustzone-sdk && git checkout 352ff919eabf18941deb79eb30a98a02a7785d2c vuepress dev preview: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
