Skip to content

Install build-essential in runner image - #6

Merged
calavera merged 1 commit into
mainfrom
agent/runner-build-essential
Jul 31, 2026
Merged

Install build-essential in runner image#6
calavera merged 1 commit into
mainfrom
agent/runner-build-essential

Conversation

@calavera

Copy link
Copy Markdown
Contributor

What

  • Install Ubuntu’s build-essential package in the GitHub runner image.

Why

Provide common native build tools such as GCC, G++, and Make to workflows without requiring each job to install them.

Impact

The runner image becomes slightly larger; workflows gain the standard Ubuntu compilation toolchain out of the box.

Checks

  • uv run --no-sync pytest -q (32 passed)
  • git diff --check

@calavera
calavera marked this pull request as ready for review July 31, 2026 15:53
@calavera
calavera merged commit b28edfc into main Jul 31, 2026
1 check passed
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