-
Notifications
You must be signed in to change notification settings - Fork 13k
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
32-bit nightlies are not being tested #17344
Comments
Let's fix distcheck to test all hosts. |
Under the assumption that we will actually manually test the distribution artifacts by hand before releasing 1.0, Felix agrees fixing this infrastructure issue need not block 1.0 P-high, not 1.0 milestone. |
@alexcrichton distcheck doesn't even test the packaged bins besides a smoke test, though it's true it only tests the build triple, not all hosts. |
Probably the right way to get coverage here is to make |
@alexcrichton @brson @edunham is this still true today? |
Yes, this is still an issue |
Whatever. |
…rConstParam::source(…)` (… and `LifetimeParam::source(…)`)
…urce, r=Veykril Use `.get(…)` instead of `[…]` in `TypeOrConstParam::source(…)` and `LifetimeParam::source(…)` Resolves rust-lang#17344.
The OSX and Linux nightly builders are not testing the 32-bit nightlies because they're only testing the 64-bit nightlies.
The most recent 32-bit cargo builds instantly segfault, which leads me to believe that there may be codegen bugs?
The text was updated successfully, but these errors were encountered: