File tree 7 files changed +35
-0
lines changed
7 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 34
34
runner_label : ${{ steps.prologue.outputs.runner_label }}
35
35
steps :
36
36
- 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-*
37
42
- name : prologue
38
43
id : prologue
39
44
uses : ./.github/actions/ci_prologue
Original file line number Diff line number Diff line change 34
34
linux_runner_label : ${{ steps.prologue.outputs.linux_runner_label }}
35
35
steps :
36
36
- 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-*
37
42
- name : prologue
38
43
id : prologue
39
44
uses : ./.github/actions/ci_prologue
Original file line number Diff line number Diff line change 34
34
runner_label : ${{ steps.prologue.outputs.runner_label }}
35
35
steps :
36
36
- 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-*
37
42
- name : prologue
38
43
id : prologue
39
44
uses : ./.github/actions/ci_prologue
Original file line number Diff line number Diff line change 45
45
LABELS : " ${{ toJson(github.event.pull_request.labels.*.name) }}"
46
46
GITHUB_REPOSITORY : ${{ github.repository }}
47
47
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-*
48
53
ci_quick_checks_ubuntu :
49
54
name : ci_quick_checks_ubuntu
50
55
needs : prologue
Original file line number Diff line number Diff line change 34
34
runner_label : ${{ steps.prologue.outputs.runner_label }}
35
35
steps :
36
36
- 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-*
37
42
- name : prologue
38
43
id : prologue
39
44
uses : ./.github/actions/ci_prologue
Original file line number Diff line number Diff line change 34
34
linux_runner_label : ${{ steps.prologue.outputs.linux_runner_label }}
35
35
steps :
36
36
- 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-*
37
42
- name : prologue
38
43
id : prologue
39
44
uses : ./.github/actions/ci_prologue
Original file line number Diff line number Diff line change 34
34
windows_runner_label : ${{ steps.prologue.outputs.windows_runner_label }}
35
35
steps :
36
36
- 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-*
37
42
- name : prologue
38
43
id : prologue
39
44
uses : ./.github/actions/ci_prologue
You can’t perform that action at this time.
0 commit comments