File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,15 @@ jobs:
22
22
env :
23
23
CARGO_TERM_COLOR : always
24
24
RUST_BACKTRACE : full
25
+ SCCACHE_GHA_ENABLED : " true"
26
+ RUSTC_WRAPPER : " sccache"
25
27
steps :
26
28
- uses : actions/checkout@v4
27
29
- uses : jdx/mise-action@v2
30
+ - uses : mozilla-actions/sccache-action@v0.0.5
28
31
- run : just check
29
32
- run : just lint
30
33
- run : just test
31
34
# - run: just test_each_feature
35
+ - run : ${SCCACHE_PATH} --show-stats
36
+ shell : bash
Original file line number Diff line number Diff line change 2
2
OTEL_EXPORTER_OTLP_TRACES_ENDPOINT = " http://127.0.0.1:4317"
3
3
# OTEL_EXPORTER_OTLP_TRACES_PROTOCOL = "grpc"
4
4
OTEL_TRACES_SAMPLER = " always_on"
5
- RUSTC_WRAPPER = " sccache"
5
+ # RUSTC_WRAPPER = "sccache"
6
6
# RUST_WITHOUT = "rust-docs"
7
7
ASDF_RUST_PROFILE = " minimal"
8
8
@@ -11,7 +11,7 @@ rust = '1.80.0'
11
11
just = ' 1'
12
12
grpcurl = ' *'
13
13
# grpc-health-probe = "*"
14
- sccache = " 0.5"
14
+ # sccache = "0.5"
15
15
binstall = " 1.10"
16
16
17
17
[plugins ]
You can’t perform that action at this time.
0 commit comments