Skip to content

fix(ci): make artifact guard macOS-compatible#8

Merged
saagpatel merged 1 commit into
masterfrom
codex/fix-macos-artifact-guard
May 17, 2026
Merged

fix(ci): make artifact guard macOS-compatible#8
saagpatel merged 1 commit into
masterfrom
codex/fix-macos-artifact-guard

Conversation

@saagpatel
Copy link
Copy Markdown
Owner

What

Replace the artifact guard script's mapfile usage with a Bash 3-compatible read loop.

Why

The latest default-branch macOS quality job failed before Rust setup because the macOS runner's Bash does not provide mapfile.

How

Keep the same tracked-file scan and artifact patterns, but stream git ls-files into the existing offender collection loop.

Checklist

  • Tests pass
  • No new warnings
  • Documentation updated (not applicable)

@saagpatel saagpatel merged commit 0929c4e into master May 17, 2026
4 checks passed
@saagpatel saagpatel deleted the codex/fix-macos-artifact-guard branch May 17, 2026 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant