diff --git a/.github/workflows/sanity-checks.yml b/.github/workflows/sanity-checks.yml index b0583b4922..52c2ca9674 100644 --- a/.github/workflows/sanity-checks.yml +++ b/.github/workflows/sanity-checks.yml @@ -24,7 +24,7 @@ jobs: - name: Prep build uses: ./.github/actions/prep-ubuntu with: - cache: enabled + cache: disabled # Cache needs Google credentials: GWIP: ${{ secrets.GWIP_SCCACHE }} GSA: ${{ secrets.GSA_SCCACHE }} @@ -35,26 +35,26 @@ jobs: TARGET: ${{ matrix.target }} RUSTC_WRAPPER: "sccache" - benchmark-check: - name: bench-check-${{ matrix.runtime }} - runs-on: ubuntu-latest #-4-cores - strategy: - matrix: - runtime: [altair, centrifuge] - steps: - - name: Check out code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab #3.5.2 + # benchmark-check: + # name: bench-check-${{ matrix.runtime }} + # runs-on: ubuntu-latest #-4-cores + # strategy: + # matrix: + # runtime: [altair, centrifuge] + # steps: + # - name: Check out code + # uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab #3.5.2 - - name: Prep build - uses: ./.github/actions/prep-ubuntu - with: - cache: enabled - GWIP: ${{ secrets.GWIP_SCCACHE }} - GSA: ${{ secrets.GSA_SCCACHE }} + # - name: Prep build + # uses: ./.github/actions/prep-ubuntu + # with: + # cache: enabled + # GWIP: ${{ secrets.GWIP_SCCACHE }} + # GSA: ${{ secrets.GSA_SCCACHE }} - - name: Runing cargo ${{ matrix.target }} - run: ./ci/run-check.sh - env: - TARGET: benchmark-check - RUNTIME: ${{ matrix.runtime }} - RUSTC_WRAPPER: "sccache" + # - name: Runing cargo ${{ matrix.target }} + # run: ./ci/run-check.sh + # env: + # TARGET: benchmark-check + # RUNTIME: ${{ matrix.runtime }} + # RUSTC_WRAPPER: "sccache" diff --git a/ci/run-check.sh b/ci/run-check.sh index 8564a76bff..a5d89372c5 100755 --- a/ci/run-check.sh +++ b/ci/run-check.sh @@ -8,7 +8,7 @@ rustc --version rustup --version cargo --version -case $TARGET in +# case $TARGET in # cargo-build) # cargo build -p centrifuge-chain --release "$@" # ;; @@ -88,4 +88,4 @@ case $TARGET in # fi # subalfred check features $dir # done -esac +# esac