Skip to content

feat(raiko): upgrade both rust toolchain and sp1/risc0 sdk. #145

feat(raiko): upgrade both rust toolchain and sp1/risc0 sdk.

feat(raiko): upgrade both rust toolchain and sp1/risc0 sdk. #145

Workflow file for this run

name: CI - SGX Docker
on:
workflow_call:
push:
branches: ["main"]
paths:
- "docker/**"
- "!docs/**"
- "script/build.sh"
- "script/install.sh"
pull_request:
paths:
- "docker/**"
- "!docs/**"
- "script/build.sh"
- "script/install.sh"
jobs:
build-test-sgx-with-docker:
if: ${{ github.event.pull_request.draft == false }}
name: Build and test sgx with Docker
runs-on: [taiko-runner]
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- name: Setup and build sgx docker
run: |
cd docker
docker compose build raiko --no-cache
shell: bash