Skip to content

Commit

Permalink
bump sgx-rust version to 1.1.6
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele committed Dec 30, 2022
1 parent 697388e commit c5ab026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
-v $(pwd):/root/lcp \
-v ${HOME}/.cargo/git:/root/.cargo/git \
-v ${HOME}/.cargo/registry:/root/.cargo/registry \
bluele/sgx-rust:2004-1.1.5 \
bluele/sgx-rust:2004-1.1.6 \
/bin/bash -c \
"source /opt/sgxsdk/environment && \
source /root/.cargo/env && \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ bin/gaiad:

.PHONY: docker
sgx-docker:
@cd rust-sgx-sdk/dockerfile && docker build --no-cache -t datachainlab/sgx-rust:2004-1.1.5 -f Dockerfile.2004.nightly .
@cd rust-sgx-sdk/dockerfile && docker build --no-cache -t datachainlab/sgx-rust:2004-1.1.6 -f Dockerfile.2004.nightly .

.PHONY: tendermint-docker
tendermint-docker:
Expand Down

0 comments on commit c5ab026

Please sign in to comment.