No description
Find a file
2024-09-07 23:32:38 +02:00
migrations make it a webapp 2024-09-07 22:43:04 +02:00
src improvements 2024-09-07 23:29:54 +02:00
static improvements 2024-09-07 23:29:54 +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 make it a webapp 2024-09-07 22:43:04 +02:00
Cargo.toml improvements 2024-09-07 23:29:54 +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/