Closed mtzguido closed 2 months ago
examples/sample_project is failing in CI but not being detected, because we create .depend files by redirection and make (by default, stupidly) will not delete these files in the --dep run fails.
.depend
--dep
examples/sample_project is failing in CI but not being detected, because we create
.depend
files by redirection and make (by default, stupidly) will not delete these files in the--dep
run fails.