Interesting failure at https://github.com/bytecodealliance/wasmtime/runs/755500123#step:5:20 -- cannot repo locally yet. Not sure why removing faerie
caused failures with scroll
.
Looking for ideas
@Alex Crichton weird thing, but you may have "inside info", I just removed "faerie" (https://github.com/bytecodealliance/wasmtime/pull/1848) and wasmtime-profiling started failing because of its "scroll" dependency doesn't not have derive feature. Question: why it was passing before?
@Yury Delendik cargo unions features for crates, so while profiling may have depended on the scroll feature it didn't activate it. It worked because faerie probably transitively activated it
Last updated: Nov 22 2024 at 16:03 UTC