No description
Find a file
2024-09-08 12:18:30 +02:00
migrations add miri std support 2024-09-08 11:44:43 +02:00
src Add support for more recent nightlies than the manifest supports 2024-09-08 12:18:30 +02:00
static add miri std support 2024-09-08 11:44:43 +02:00
.gitignore make it a webapp 2024-09-07 22:43:04 +02:00
build.rs improvements 2024-09-07 23:29:54 +02:00
Cargo.lock Add support for more recent nightlies than the manifest supports 2024-09-08 12:18:30 +02:00
Cargo.toml Add support for more recent nightlies than the manifest supports 2024-09-08 12:18:30 +02:00
default.nix more 2024-09-07 22:43:10 +02:00
README.md Update README.md 2024-09-07 23:32:38 +02:00

does it build?

A webapp that checks which Rust targets build at any nightly.

It does this by executing cargo build --release -Zbuild-std=core for every target and every nightly and displaying the result.

There's a background job that continously builds every target for every target that it hasn't built yet. It does this in parallel, using half of the available threads.

Configuration

  • DB_PATH: Path to SQlite DB to store the results

Deployment

deployed at https://does-it-build.noratrieb.dev/