mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 10:25:01 +01:00
Surface broken nightly errors
This commit is contained in:
parent
cfef23bc31
commit
5ec24bbfaf
5 changed files with 103 additions and 37 deletions
|
|
@ -20,6 +20,25 @@
|
|||
std builds (on targets that have it) but does not check whether
|
||||
codegen/linking works.
|
||||
</p>
|
||||
{% if let Some(core_broken) = core_broken %}
|
||||
<p>
|
||||
⚠️ The core build is broken in general for this nightly, so no data is available ⚠️
|
||||
</p>
|
||||
|
||||
<pre>
|
||||
{{core_broken}}
|
||||
</pre>
|
||||
{% endif %}
|
||||
{% if let Some(std_broken) = std_broken %}
|
||||
<p>
|
||||
⚠️ The std build is broken for this nightly, so no data is available ⚠️
|
||||
</p>
|
||||
|
||||
<pre>
|
||||
{{std_broken}}
|
||||
</pre>
|
||||
{% endif %}
|
||||
|
||||
<p>
|
||||
<dl>
|
||||
<dt>core failures</dt>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue