Advent of Code solutions in Rust

ci: cache build using sccache + redis #2

merged opened by jonas.tngl.sh targeting main from jg/mzylsnlssrsp
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:bgslv45eubr4gvkfwjd5kv7s/sh.tangled.repo.pull/3m6c6s5f7vd22
+6 -1
Diff #3
+6 -1
.tangled/workflows/rust.yml
··· 1 1 when: 2 - - event: ["push"] 2 + - event: ["push", "manual"] 3 3 branch: ["main"] 4 4 - event: ["pull_request"] 5 5 branch: ["main"] ··· 13 13 - cargo 14 14 - clippy 15 15 - cargo-nextest 16 + - sccache 17 + 18 + environment: 19 + RUSTC_WRAPPER: "sccache" 20 + SCCACHE_REDIS_ENDPOINT: "redis://172.17.0.1:6379" 16 21 17 22 steps: 18 23 - name: "Build all projects"

History

4 rounds 0 comments
sign up or login to add to the discussion
2 commits
expand
ci: enable redis-backed caching with sccache
ci: enable manual pipeline trigger
1/1 success
expand
expand 0 comments
pull request successfully merged
1 commit
expand
ci: enable redis-backed caching with sccache
1/1 success
expand
expand 0 comments
1 commit
expand
test: add workflow attempting to reach Docker host
2/2 success
expand
expand 0 comments
1 commit
expand
test: add workflow attempting to reach Docker host
1/2 failed, 1/2 timeout
expand
expand 0 comments