Skip to content
Unverified Commit bb6c7ac7 authored by Alexander Theißen's avatar Alexander Theißen Committed by GitHub
Browse files

`polkadot-node-core-pvf-common`: Fix test compilation error (#5310)

This crate only uses `tempfile` on linux but includes it unconditionally
in its `Cargo.toml`. It also sets `#![deny(unused_crate_dependencies)]`.
This leads to an hard error to anything that is not Linux.

This PR fixes this error. I am wondering why CI didn't catch that.
Shouldn't the test at least be compiled (but not run) on macOS?
parent bcc96733
Pipeline #489217 waiting for manual action with stages
in 51 minutes and 1 second