File tree Expand file tree Collapse file tree 1 file changed +68
-0
lines changed Expand file tree Collapse file tree 1 file changed +68
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bootstrap Report
3+ about : Issues encountered on bootstrap build system
4+ labels : C-bug, T-bootstrap
5+ ---
6+
7+ <!--
8+ Thank you for submitting a bootstrap report! Please provide detailed information to help us reproduce and diagnose the issue.
9+ -->
10+
11+ ** Summary** :
12+
13+ <!--
14+ Provide a brief description of the problem you are experiencing.
15+ -->
16+
17+ ** Command used** :
18+
19+ ``` sh
20+ < command>
21+ ```
22+
23+ ** Expected behaviour** :
24+
25+ <!--
26+ Describe what you expected to happen.
27+ -->
28+
29+ ** Actual behavior** :
30+
31+ <!--
32+ Describe what actually happened.
33+ -->
34+
35+ <!--
36+ Include the complete build log in the section below.
37+ Enable backtrace and verbose mode if possible for more detailed information e.g., with `RUST_BACKTRACE=1 ./x build -v`.
38+ -->
39+ <details ><summary >Build Log</summary >
40+ <p >
41+
42+ ```
43+ <log>
44+ ```
45+
46+ </p >
47+ </details >
48+
49+ ** Bootstrap configuration (config.toml)** :
50+ ``` toml
51+ ```
52+
53+ ** Operating system** :
54+
55+ <!--
56+ e.g., Ubuntu 22.04, macOS 12, Windows 10
57+ -->
58+
59+ ** HEAD** :
60+
61+ <!--
62+ Output of `git rev-parse HEAD` command, or content of the `git-commit-hash` file if using a tarball source.
63+ -->
64+
65+ ** Additional Context** :
66+ <!--
67+ Include any other relevant information (e.g., if you have custom patches or modifications on the project).
68+ -->
You can’t perform that action at this time.
0 commit comments