From 8d4737359ab66cfb07e546b1b732c46e4d6fe363 Mon Sep 17 00:00:00 2001 From: Petar Vujovic Date: Mon, 9 Sep 2024 14:57:57 +0200 Subject: [PATCH] fix(ci): remove comments which broke CI --- .github/workflows/ci-integration-reusable.yml | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/.github/workflows/ci-integration-reusable.yml b/.github/workflows/ci-integration-reusable.yml index e28b25884..fc1e7dc11 100644 --- a/.github/workflows/ci-integration-reusable.yml +++ b/.github/workflows/ci-integration-reusable.yml @@ -25,27 +25,3 @@ jobs: TARGET: ${{ inputs.version_name }} CI: 1 MOCK: 1 - - # TODO:(petar) re add to CI after fixing sgx directory setup - # steps: - # - uses: actions/checkout@v4 - # with: - # submodules: recursive - # - # - uses: actions-rs/toolchain@v1 - # with: - # toolchain: ${{ inputs.version_toolchain }} - # profile: minimal - # - # - name: Setup sccache - # if: ${{ inputs.version_name }} == risc0 - # uses: risc0/risc0/.github/actions/sccache@release-0.19 - # - # - name: Install ${{ inputs.version_name }} - # run: make install - # - # - name: Build ${{ inputs.version_name }} prover - # run: make build - # - # - name: Run integration test for ${{ inputs.version_name }} prover - # run: make integration