-
Notifications
You must be signed in to change notification settings - Fork 0
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
CI does not appear to save the output of Makfile.PL in the job run logs #41
Comments
The problem here (as a reading of that log plus inferences about the CI config) is that
and chooses not to rerun the file because the |
If there is a log then we could |
The log is already output if the || cat ~/.cpanm/build.log here devops/github-actions/ci-dist/action.yml Line 337 in 8c0ce76
Is this for debugging purposes? Because if you need to debug, it is better to log in to the CI machine using https://github.com/mxschmitt/action-tmate. |
The idea is to debug the output of the Makefile.PL itself, hence my question. But I agree the |
I think there can be an option to make the output verbose for that part. I want to keep the logs mostly quiet (except for the tests) if there are no CI problems. |
I like the idea of quiet logs and a quiet Makefile.PL, which is why PDL's Makefile.PL is now much less chatty than in the past. I would say that it's usually valuable to show Makefile.PL output, or at least shouldn't be a problem. |
Maybe it does, but I couldn't find the output here:
https://github.com/PDLPorters/pdl-linearalgebra/runs/7588380931?check_suite_focus=true
Could something like this be added? I'm not sure where it would be placed:
The text was updated successfully, but these errors were encountered: