tangled
alpha
login
or
join now
jonas.tngl.sh
/
advent-of-code
0
fork
atom
Advent of Code solutions in Rust
0
fork
atom
overview
issues
pulls
pipelines
ci: enable redis-backed caching with sccache
jonas.tngl.sh
4 months ago
5d37cf5d
33260893
1/1
rust.yml
success
7m 15s
+5
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
rust.yml
+5
.tangled/workflows/rust.yml
···
13
13
- cargo
14
14
- clippy
15
15
- cargo-nextest
16
16
+
- sccache
17
17
+
18
18
+
environment:
19
19
+
RUSTC_WRAPPER: "sccache"
20
20
+
SCCACHE_REDIS_ENDPOINT: "redis://172.17.0.1:6379"
16
21
17
22
steps:
18
23
- name: "Build all projects"