-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test(melange): show dependency cycle depending on runtime_deps in target dir #7322
test(melange): show dependency cycle depending on runtime_deps in target dir #7322
Conversation
086646a
to
3260a3e
Compare
…get dir Signed-off-by: Antonio Nuno Monteiro <[email protected]>
3260a3e
to
d06505d
Compare
d06505d
to
aecf4f4
Compare
Signed-off-by: Antonio Nuno Monteiro <[email protected]>
aecf4f4
to
c3ef970
Compare
Test depending on non-existing paths | ||
|
||
$ mkdir another | ||
$ mkdir -p another/another-output/another |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had only ran the action builder eagerly because of this test, but it looks like creating its target dir in source makes the error pop up again, so it's rather an instance of #7207 and the recursive alias work that's gonna come after it.
@@ -31,7 +31,9 @@ Rules created for the assets in the output directory | |||
[1] | |||
|
|||
$ dune build @mel --display=short | |||
bash some_dir |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In a separate PR, it would be good to switch this test to sh
unless you need some special bash features.
No description provided.