diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index eca690494d..500c71f1c5 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -133,6 +133,11 @@ jobs: password: ${{ secrets.NEON_DOCKERHUB_PASSWORD }} options: --init + env: + SCCACHE_BUCKET: neon-github-dev + SCCACHE_REGION: eu-central-1 + SCCACHE_S3_KEY_PREFIX: sccache + steps: - name: Checkout uses: actions/checkout@v4 @@ -193,6 +198,8 @@ jobs: if: ${{ !cancelled() }} run: cargo deny check --hide-inclusion-graph + - run: sccache --show-stats + build-neon: needs: [ check-permissions, tag, build-build-tools-image ] runs-on: [ self-hosted, gen3, large ]