Skip to content

Commit

Permalink
fix(ci): remove comments which broke CI
Browse files Browse the repository at this point in the history
  • Loading branch information
petarvujovic98 committed Sep 9, 2024
1 parent 4f9204a commit 8d47373
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/ci-integration-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
#
# - 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

0 comments on commit 8d47373

Please sign in to comment.