I encountered a CI failure with a Depot runners re...
# development
f
I encountered a CI failure with a Depot runners related to FUSE not working and so the
fs/brfs
tests failed. Specifically this is the failure in a PR which just upgrades PyO3. AI search in Depot's docs didn't turn up any mention of FUSE issues. I'd like to just delete
fs/brfs
versus going down the rabbit hole of trying to see why Depot's runners are erroring with FUSE. We don't use
fs/brfs
in the released Pants and given that crate has not been actively developed for years. (I ran
git log -p --follow -- src/rust/fs/brfs/src/main.rs
and the PRs from at least 2022 onward only seem to be keeping the crate still compiling.) Moreover, we don't even include fs/brfs in the Rust workspace by default. Thoughts/objections?
h
Seems fine to me!
w
👍 I had the same conclusions (but no errors) when upgrading rust libs