gorgeous-winter-99296
10/10/2023, 9:05 PMgorgeous-winter-99296
10/10/2023, 9:09 PM//target1
built tokio //src/rust:foobar
can use that prebuilt, without using the whole output from //target1.
So at the end of target1
I'd want to for artifact in target_dir: set_cache(my-unique-key, DigestSubset(...))
and then recall that with get_cache(my-unique-key)
anywhere else to read it.gorgeous-winter-99296
10/10/2023, 9:10 PM