-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jemalloc broken on win32 #8731
Comments
mukilan
added a commit
to mukilan/rust
that referenced
this issue
Aug 24, 2013
This fixes issue rust-lang#8731 . On Windows, if the git option core.autocrlf is true (github recommends users to turn on this flag - see https://help.github.com/articles/dealing-with-line-endings), the headers generated from the .in files will have syntatic errors, causing compilation to fail.
For record: it is due to CRLF (wow!), and #8738 fixes it by force git checkout LF for certain files. |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
May 5, 2022
… r=xFrednet dogfood: allow unknown lints when not running with `internal` feature changelog: none https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy/topic/unknown.20lint.20in.20test.20dogfood_clippy It's only a warning so this wasn't causing the test to fail, but if you had another error somewhere or used `--nocapture` the extra warnings would be shown
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I experienced build failure during #8662, and I've heard same problem today at irc.
Here's the failure log.
Seems like configure failed to find definitions for win32. (
#error "No size class definitions match configuration"
)The text was updated successfully, but these errors were encountered: