File tree Expand file tree Collapse file tree 7 files changed +35
-0
lines changed Expand file tree Collapse file tree 7 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 3434 runner_label : ${{ steps.prologue.outputs.runner_label }}
3535 steps :
3636 - uses : actions/checkout@v3
37+ # Enable caching of the 'librocksdb-sys' crate by additionally caching the
38+ # 'librocksdb-sys' src directory which is managed by cargo
39+ - uses : bmwill/rust-cache@v1 # Fork of 'Swatinem/rust-cache' which allows caching additional paths
40+ with :
41+ path : ~/.cargo/registry/src/**/librocksdb-sys-*
3742 - name : prologue
3843 id : prologue
3944 uses : ./.github/actions/ci_prologue
Original file line number Diff line number Diff line change 3434 linux_runner_label : ${{ steps.prologue.outputs.linux_runner_label }}
3535 steps :
3636 - uses : actions/checkout@v3
37+ # Enable caching of the 'librocksdb-sys' crate by additionally caching the
38+ # 'librocksdb-sys' src directory which is managed by cargo
39+ - uses : bmwill/rust-cache@v1 # Fork of 'Swatinem/rust-cache' which allows caching additional paths
40+ with :
41+ path : ~/.cargo/registry/src/**/librocksdb-sys-*
3742 - name : prologue
3843 id : prologue
3944 uses : ./.github/actions/ci_prologue
Original file line number Diff line number Diff line change 3434 runner_label : ${{ steps.prologue.outputs.runner_label }}
3535 steps :
3636 - uses : actions/checkout@v3
37+ # Enable caching of the 'librocksdb-sys' crate by additionally caching the
38+ # 'librocksdb-sys' src directory which is managed by cargo
39+ - uses : bmwill/rust-cache@v1 # Fork of 'Swatinem/rust-cache' which allows caching additional paths
40+ with :
41+ path : ~/.cargo/registry/src/**/librocksdb-sys-*
3742 - name : prologue
3843 id : prologue
3944 uses : ./.github/actions/ci_prologue
Original file line number Diff line number Diff line change 4545 LABELS : " ${{ toJson(github.event.pull_request.labels.*.name) }}"
4646 GITHUB_REPOSITORY : ${{ github.repository }}
4747 GITHUB_WORKFLOW : ${{ github.workflow }}
48+ # Enable caching of the 'librocksdb-sys' crate by additionally caching the
49+ # 'librocksdb-sys' src directory which is managed by cargo
50+ - uses : bmwill/rust-cache@v1 # Fork of 'Swatinem/rust-cache' which allows caching additional paths
51+ with :
52+ path : ~/.cargo/registry/src/**/librocksdb-sys-*
4853 ci_quick_checks_ubuntu :
4954 name : ci_quick_checks_ubuntu
5055 needs : prologue
Original file line number Diff line number Diff line change 3434 runner_label : ${{ steps.prologue.outputs.runner_label }}
3535 steps :
3636 - uses : actions/checkout@v3
37+ # Enable caching of the 'librocksdb-sys' crate by additionally caching the
38+ # 'librocksdb-sys' src directory which is managed by cargo
39+ - uses : bmwill/rust-cache@v1 # Fork of 'Swatinem/rust-cache' which allows caching additional paths
40+ with :
41+ path : ~/.cargo/registry/src/**/librocksdb-sys-*
3742 - name : prologue
3843 id : prologue
3944 uses : ./.github/actions/ci_prologue
Original file line number Diff line number Diff line change 3434 linux_runner_label : ${{ steps.prologue.outputs.linux_runner_label }}
3535 steps :
3636 - uses : actions/checkout@v3
37+ # Enable caching of the 'librocksdb-sys' crate by additionally caching the
38+ # 'librocksdb-sys' src directory which is managed by cargo
39+ - uses : bmwill/rust-cache@v1 # Fork of 'Swatinem/rust-cache' which allows caching additional paths
40+ with :
41+ path : ~/.cargo/registry/src/**/librocksdb-sys-*
3742 - name : prologue
3843 id : prologue
3944 uses : ./.github/actions/ci_prologue
Original file line number Diff line number Diff line change 3434 windows_runner_label : ${{ steps.prologue.outputs.windows_runner_label }}
3535 steps :
3636 - uses : actions/checkout@v3
37+ # Enable caching of the 'librocksdb-sys' crate by additionally caching the
38+ # 'librocksdb-sys' src directory which is managed by cargo
39+ - uses : bmwill/rust-cache@v1 # Fork of 'Swatinem/rust-cache' which allows caching additional paths
40+ with :
41+ path : ~/.cargo/registry/src/**/librocksdb-sys-*
3742 - name : prologue
3843 id : prologue
3944 uses : ./.github/actions/ci_prologue
You can’t perform that action at this time.
0 commit comments