Skip to content

Commit

Permalink
Fix build-tm-secret-enclave
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Jul 25, 2024
1 parent b6021e1 commit e71dbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ _build-linux:

build-tm-secret-enclave:
git clone https://github.com/scrtlabs/tm-secret-enclave.git /tmp/tm-secret-enclave || true
cd /tmp/tm-secret-enclave && git checkout v1.9.3 && git submodule init && git submodule update --remote
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

Expand Down

0 comments on commit e71dbe0

Please sign in to comment.