You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm setting up a flake.nix to build a workspace which contains many crates, some of which only contain tests/ and no main.rs or lib.rs. It appears makeDummySrc fails to copy tests/*.rs across. I do see some reference to tests in makeDummySrc:
${safeStubList "test""tests"}
Reproduction
If you would expect this use case to work (tests/*.rs) copied to buildDepsOnly's dummySrc directory, then I can amend this issue with a minimal repro in ~10 hours (my morning). Else if this is known to be an unsupported use case, let me know if you recommend:
Opening a PR against crane.
Working around with extraDummyScript.
Something else.
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm setting up a flake.nix to build a workspace which contains many crates, some of which only contain
tests/
and nomain.rs
orlib.rs
. It appearsmakeDummySrc
fails to copytests/*.rs
across. I do see some reference to tests inmakeDummySrc
:Reproduction
If you would expect this use case to work (
tests/*.rs
) copied tobuildDepsOnly
'sdummySrc
directory, then I can amend this issue with a minimal repro in ~10 hours (my morning). Else if this is known to be an unsupported use case, let me know if you recommend:extraDummyScript
.The text was updated successfully, but these errors were encountered: