Skip to content

Add zkDCAP support

Add zkDCAP support #72

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
e2e-test:
runs-on: ubuntu-22.04
env:
SGX_MODE: SW
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- uses: dtolnay/rust-toolchain@nightly
- uses: datachainlab/rust-cache@allow_registry_src_caching
with:
workspaces: |
./lcp
./enclave
cache-directories: |
~/.cargo/registry/src/**/librocksdb-sys-*
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Install SGX SDK
run: |
sudo bash ./lcp/.github/scripts/install_sgx_sdk.sh /opt
- name: Run E2E test
run: |
source /opt/sgxsdk/environment
make prepare-contracts
make build-images
make USE_UPGRADE_TEST=no e2e-test