diff --git a/Makefile b/Makefile index 2c8f87fdd..94fafc124 100644 --- a/Makefile +++ b/Makefile @@ -179,7 +179,7 @@ _build-linux: BUILD_PROFILE=$(BUILD_PROFILE) FEATURES="$(FEATURES)" FEATURES_U="$(FEATURES_U) light-client-validation go-tests" SGX_MODE="$(SGX_MODE)" $(MAKE) -C go-cosmwasm build-rust build-tm-secret-enclave: - git clone https://github.com/scrtlabs/tm-secret-enclave.git /tmp/tm-secret-enclave || true + git clone --branch mrenclave1 https://github.com/scrtlabs/tm-secret-enclave.git /tmp/tm-secret-enclave || true cd /tmp/tm-secret-enclave && git checkout main && git submodule init && git submodule update --remote rustup component add rust-src SGX_MODE=$(SGX_MODE) $(MAKE) -C /tmp/tm-secret-enclave build diff --git a/deployment/dockerfiles/Dockerfile b/deployment/dockerfiles/Dockerfile index fa1730b15..5f076731a 100644 --- a/deployment/dockerfiles/Dockerfile +++ b/deployment/dockerfiles/Dockerfile @@ -70,7 +70,7 @@ ENV FEATURES=${FEATURES} ENV FEATURES_U=${FEATURES_U} ENV MITIGATION_CVE_2020_0551=${MITIGATION_CVE_2020_0551} -RUN git clone --branch main --depth 1 https://github.com/scrtlabs/tm-secret-enclave.git +RUN git clone --branch mrenclave1 --depth 1 https://github.com/scrtlabs/tm-secret-enclave.git WORKDIR tm-secret-enclave