Skip to content

Move build-and-test onto a public runner#14

Merged
gtrepta merged 3 commits into
masterfrom
public-runners
May 12, 2026
Merged

Move build-and-test onto a public runner#14
gtrepta merged 3 commits into
masterfrom
public-runners

Conversation

@tothtamas28
Copy link
Copy Markdown
Collaborator

@tothtamas28 tothtamas28 commented May 11, 2026

The build-and-test job ran on a self-hosted runner inside a custom Docker container. This PR moves it to ubuntu-latest, dropping the Docker setup entirely.

Additionally, all jobs now rely on rust-toolchain.toml for the Rust version: build-and-test picks it up automatically via rustup, and build-ffi-and-fuzz (via with-docker) reads it at build time and passes it to docker build.

Changes:

  • Add rust-toolchain.toml, pinning the Rust version
  • Remove Dockerfile and the Docker setup from build-and-test; run directly on ubuntu-latest
  • Read the Rust version from rust-toolchain.toml in with-docker and pass it to docker build

@tothtamas28 tothtamas28 self-assigned this May 11, 2026
@tothtamas28 tothtamas28 marked this pull request as ready for review May 11, 2026 16:38
@tothtamas28 tothtamas28 requested a review from gtrepta May 11, 2026 16:38
@gtrepta gtrepta merged commit 7bbea20 into master May 12, 2026
2 checks passed
@gtrepta gtrepta deleted the public-runners branch May 12, 2026 01:43
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