GitXplorerGitXplorer
N

does-it-build

public
7 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
3012189906f27bf108149bfd37188fb8cd294d78

improve filter fields

ffbstj committed 4 months ago
Unverified
e639507a42ef4c71bdc11a0b43d2eb49b8ecf4e4

clarify build

NNoratrieb committed 4 months ago
Unverified
67459f825b14b96e7aa972e1507a70cbac36078b

Improve table

NNoratrieb committed 4 months ago
Unverified
ae1f0b96e3a5e18c3fcc8bfef74fa09b15b42213

hacky way to configure parallelism

NNoratrieb committed 4 months ago
Unverified
5ef63686f3adac50cce35bb2ae0280df48a31fe5

Guard against completely broken nightlies

NNoratrieb committed 4 months ago
Unverified
4671f871a685aa62b786483ab6e8d245043ac6f7

Add support for more recent nightlies than the manifest supports

NNoratrieb committed 4 months ago

README

The README file for this repository.

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 (or DOES_IT_BUILD_PARALLEL_JOBS).

Configuration

  • DB_PATH: Path to SQlite DB to store the results
  • DOES_IT_BUILD_PARALLEL_JOBS: Parallel build jobs, defaults to cores/2.

Deployment

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