Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upbootstrap: stage 0/1 doctests fail because of missing codegen backend #52186
Comments
RalfJung
referenced this issue
Jul 9, 2018
Closed
`./x.py test --stage 0 src/libcore` compiles rustc #52176
This comment has been minimized.
This comment has been minimized.
|
Turns out that However, stage 0 tests with doctests still seem pretty much broken. Can these even reasonably work without having a "bootstrap rustdoc"? |
RalfJung
changed the title
bootstrap: `--stage 0 test src/libcore` fails with obscure error message
bootstrap: stage 0 doctests fail with obscure error message
Jul 11, 2018
RalfJung
changed the title
bootstrap: stage 0 doctests fail with obscure error message
bootstrap: stage 0 doctests fail because of missing codegen backend
Jul 11, 2018
estebank
added
A-testsuite
A-rustbuild
labels
Jan 19, 2019
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Note that it fails in stage 1 as well -- both of these fail:
|
RalfJung
changed the title
bootstrap: stage 0 doctests fail because of missing codegen backend
bootstrap: stage 0/1 doctests fail because of missing codegen backend
Feb 6, 2019
bors
added a commit
that referenced
this issue
Feb 13, 2019
bors
closed this
in
#58238
Feb 13, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RalfJung commentedJul 9, 2018
•
edited
To reproduce, make sure you have an entirely clean checkout -- I did
rm -rf build/. Then runThis will go on for a while and ultimately fail with
Notably, it doesn't seem to build LLVM at all -- which may be why it can't find a codegen-backend...