Skip to content

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

Open
tothtamas28 wants to merge 3 commits into
masterfrom
public-runners
Open

Move build-and-test onto a public runner#14
tothtamas28 wants to merge 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
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