Skip to content
Unverified Commit 8e8dc618 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 aca25a00
Pipeline #489246 waiting for manual action with stages
in 54 minutes and 15 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment