PDLPorters / PDLPorters/devops

CI does not appear to save the output of Makfile.PL in the job run logs

Open
#41 6 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.