Skip to content

CI: e2e job missing ripgrep system dependency #22003

@someaka

Description

@someaka

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Low — cosmetic, nice to havetype/bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions