mirror of
https://github.com/neondatabase/neon.git
synced 2026-07-07 06:00:38 +00:00
CI(check-codestyle-rust): use sccache
This commit is contained in:
7
.github/workflows/build_and_test.yml
vendored
7
.github/workflows/build_and_test.yml
vendored
@@ -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 ]
|
||||
|
||||
Reference in New Issue
Block a user