hermes - 💡(How to fix) Fix CI: e2e job missing ripgrep system dependency [1 pull requests]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

The test job installs ripgrep as a system dep but the e2e job does not. If any e2e test shells out to rg, it will fail with "command not found."

Root Cause

The test job installs ripgrep as a system dep but the e2e job does not. If any e2e test shells out to rg, it will fail with "command not found."

Fix Action

Fixed

RAW_BUFFERClick to expand / collapse

Description

The test job installs ripgrep as a system dep but the e2e job does not. If any e2e test shells out to rg, it will fail with "command not found."

Proposed Fix

Add sudo apt-get update && sudo apt-get install -y ripgrep to the e2e job, after checkout and before uv install.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix CI: e2e job missing ripgrep system dependency [1 pull requests]