Tune Perl CI workflow and add dependabot config#79
Merged
Conversation
Transform 6 installs dependencies with cpm everywhere, but cpm shells out to
the system tar to unpack distributions, and the bsdtar bundled with
Strawberry Perl 5.24/5.26 corrupts gzipped CPAN tarballs ("bad header
checksum" / "does not look like a tar archive"), so no dependencies install.
Newer Strawberry releases (5.28+) and macOS are unaffected.
cpanm unpacks with pure-Perl Archive::Tar, which works across all Strawberry
releases, so use cpanm for the Windows dependency install. Linux and macOS
continue to use cpm/setup-cpm.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
8adccf3 to
9333885
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Modernizes the GitHub Actions CI for this repo via the
tune-perl-ciskill, plus the dependabot config from earlier commits.CI workflow transforms applied to
.github/workflows/build-and-test.yml(one commit each):fail-faston matrix jobsperldocker/perl-tester:5.42push:trigger to the default branch (master)concurrency:block to cancel superseded runssetup-cpm+ an explicitcpm installrun stepAlso adds dependabot config for GitHub Actions and removes the cron trigger.
Test plan
🤖 Generated with Claude Code