Skip to content

Commit

Permalink
Merge pull request #60 from datachainlab/simulate-ra
Browse files Browse the repository at this point in the history
Add simulation for Remote Attestation

Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
  • Loading branch information
bluele committed Jun 7, 2023
2 parents 88bbe72 + 9c899a1 commit 49e6402
Show file tree
Hide file tree
Showing 48 changed files with 1,126 additions and 261 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
"source /opt/sgxsdk/environment && \
source /root/.cargo/env && \
export SGX_MODE=SW && \
sed -i -e 's#deb https://download.01.org/intel-sgx/sgx_repo/ubuntu.*##g' /etc/apt/sources.list && \
apt update -y && apt install -y libclang-dev && \
make && make test integration-test cgen"
- run: sudo chown -R runner:docker . ${HOME}/.cargo
Loading

0 comments on commit 49e6402

Please sign in to comment.