Skip to content

Make bootstrap 32 bit in 32 bit CI#35217

Merged
jaredpar merged 1 commit intodotnet:masterfrom
jaredpar:fix-bootstrap
Apr 24, 2019
Merged

Make bootstrap 32 bit in 32 bit CI#35217
jaredpar merged 1 commit intodotnet:masterfrom
jaredpar:fix-bootstrap

Conversation

@jaredpar
Copy link
Member

This changes our bootstrap compiler to run as a 32 bit process in the 32
bit CI runs. The intent of this runs is to validate we can function on
32 bit systems and that should extend to the compiler as well.

This can help us identify the rare cases where we emit code that doesn't
perform well on the 32 bit JIT, or just outright crashes.

This changes our bootstrap compiler to run as a 32 bit process in the 32
bit CI runs. The intent of this runs is to validate we can function on
32 bit systems and that should extend to the compiler as well.

This can help us identify the rare cases where we emit code that doesn't
perform well on the 32 bit JIT, or just outright crashes.
@jaredpar jaredpar marked this pull request as ready for review April 23, 2019 22:07
@jaredpar
Copy link
Member Author

@dotnet/roslyn-infrastructure for review.

@jaredpar jaredpar merged commit f327e9e into dotnet:master Apr 24, 2019
@jaredpar jaredpar deleted the fix-bootstrap branch April 24, 2019 16:51
@RikkiGibson
Copy link
Member

RikkiGibson commented Apr 25, 2019

I'm wondering if we cherry-pick e922628 into master now, will we start getting a build error?

@jaredpar
Copy link
Member Author

@RikkiGibson yes we should definitely do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants