PDLPorters / PDLPorters/devops
CI does not appear to save the output of Makfile.PL in the job run logs
Open
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
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:
perl Makefile.PL 2>&1 | tee makemaker.log
cat makemaker.log
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the CI workflow associated with the linked GitHub Actions run and locate the step that invokes Makefile.PL. Check how that step currently reports output, then verify the requested logging makes the Makefile.PL output visible in the job logs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, perl, shell
- Domain
- build-system, ci-cd, devops
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100