Skip to content

fix(ci): sudo for ripgrep + submodule clone auth notes - #646

Merged
POWERFULMOVES merged 1 commit into
PMOVES.AI-Edition-Hardenedfrom
fix/ci-systemic-fixes
Feb 16, 2026
Merged

POWERFULMOVES merged 1 commit into
PMOVES.AI-Edition-Hardenedfrom
fix/ci-systemic-fixes

Conversation

@POWERFULMOVES

Copy link
Copy Markdown
Owner

Summary

  • Add sudo to apt-get install ripgrep in chit-contract verify job (self-hosted runner is non-root)

Root Cause

chit-contract.yml verify job runs on [self-hosted, ai-lab] where the runner process is non-root. apt-get requires sudo on these runners.

Systemic Notes

Multiple workflows use submodules: recursive which fails on private submodules (PMOVES-transcribe-and-fetch) without a PAT token. This is tracked separately — affects PRs #633, #642 Audit Gate failures.

Affected PRs

🤖 Generated with Claude Code

Self-hosted runner process is non-root; apt-get needs sudo.
This was causing verify failures on PRs #633, #642.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@coderabbitai

coderabbitai Bot commented Feb 16, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/ci-systemic-fixes

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@POWERFULMOVES
POWERFULMOVES merged commit 39d35d1 into PMOVES.AI-Edition-Hardened Feb 16, 2026
5 of 6 checks passed
@POWERFULMOVES
POWERFULMOVES deleted the fix/ci-systemic-fixes branch March 7, 2026 21:46
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.

2 participants