3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-04-09 22:37:05 +00:00
Commit graph

28 commits

Author SHA1 Message Date
Arpad Borsos 31c41a926e
Handle missing cargo installs gracefully
fixes #17
2021-05-30 10:55:21 +02:00
Arpad Borsos 3b8bbcb11d
add description 2021-05-19 10:10:43 +02:00
Rik Nauta f82d41bcc2
feat: allow for configurable target-dir 2021-05-19 10:06:31 +02:00
Caleb Maclennan da42bbe56d Additionally key on Rust toolchain file(s) if present 2021-03-15 14:07:46 +01:00
Arpad Borsos b495963495 Add a selftest and support for .cargo/bin 2021-02-16 09:06:04 +01:00
Austin Jones 27793b3b80 Add support for the cache-hit output 2021-01-28 18:39:18 +01:00
Arpad Borsos be44a3e6ff introduce a new sharedKey option
fixes #6
2021-01-28 18:39:11 +01:00
Arpad Borsos 2639a56bb8 implement support for CARGO_HOME
fixes #8
2021-01-28 18:16:36 +01:00
Arpad Borsos 9e10a44ea3 support working-directory input, cleanup 2020-12-07 23:56:50 +01:00
Arpad Borsos 6ccf2463db deal with uncaught exceptions 2020-10-21 09:32:47 +02:00
Arpad Borsos 9de90d2338 only pre-clean when something was restored 2020-10-13 14:01:46 +02:00
Arpad Borsos 292ef23e77 avoid error when saving without git dependencies 2020-10-13 13:52:55 +02:00
Arpad Borsos 5f6034beb8 improve log output 2020-10-06 12:57:42 +02:00
Arpad Borsos b740ae5d3a clean and persist the git db/checkouts 2020-10-05 18:18:59 +02:00
Arpad Borsos e8e3c57b3b merge all the caches and simplify 2020-10-03 18:39:38 +02:00
Arpad Borsos f77cb1be47 merge the registry caches together 2020-10-03 18:10:54 +02:00
Arpad Borsos 2bcc375de8 key target by job id automatically 2020-10-03 17:33:09 +02:00
Arpad Borsos d38127a85b Improve target pruning
fixes #1
2020-09-29 12:30:19 +02:00
Arpad Borsos 08ca2ff969 make macos workaround silent 2020-09-28 12:46:36 +02:00
Arpad Borsos ef89c3a8eb typo 2020-09-28 12:30:40 +02:00
Arpad Borsos 271ff4b692 log individual timings 2020-09-28 12:26:11 +02:00
Arpad Borsos a6b59fa340 clean up exports 2020-09-28 12:14:11 +02:00
Arpad Borsos e0c07d2a65 work around macos cache corruption 2020-09-28 12:08:11 +02:00
Arpad Borsos 06ff70612d remove git-db for now 2020-09-28 12:06:51 +02:00
Arpad Borsos 1304a2ec8d add ability to version caches 2020-09-28 12:00:58 +02:00
Arpad Borsos cfcc373039 improve logging 2020-09-28 11:54:24 +02:00
Arpad Borsos 8902a8fc6c collect packages with --all-features 2020-09-28 11:44:06 +02:00
Arpad Borsos 99970e092c
initial commit 2020-09-26 23:48:29 +02:00