Target build history for {{target}}

Home
{{status}}

This contains the history of this target. Core is built with cargo build --release -Zbuild-std=core. This checks that codegen/linking of core works, but does not check whether std builds.

The build is performed with cargo build --release -Zbuild-std for a library crate. This checks whether everything builds successfully (excluding binary linking, which often requires complex toolchains). For no-std targets, Cargo's build-std logic is used for figuring out whether to build std or not. On older targets (older than November 2024) this does not always work reliably, so some failed std builds there are simply no-std targets.

🔔 does-it-build supports sending notifications to target maintainers via GitHub issues. You can add yourself with a PR. 🔔

{% if let Some(maintainers) = maintainers %}

Maintainers that will receive pings for this target: {% for maintainer in maintainers %} {{maintainer}} {% endfor %}

{% endif %} {% if let Some(issue) = open_notification_issue_number %}

There is currently an open issue with a maintainer ping: {{notification_repo}}/issues/{{issue}}

{% endif %} {% if showing_failures %}

show all

{% else %}

filter failures

{% endif %} {% for build in builds %} {% match build.2 %} {% when Some with (build) %} {% when None %} {% endmatch %} {% endfor %}
nightly std
build
{{ build.0 }} {{ build.status.to_emoji() }} [details]