Support for 32-bit CPUs

OK, I wasn't sure what you were getting at, since you didn't mention the CI in your prior comment.

It all depends on what kind of time we are trying to conserve. Android would be the easiest to configure, since we already have the 32-bit Android armv7 tests running. However, I'm guessing that adding running the 32-bit Windows x86 tests on every compiler pull would add the least CI runtime.

Adding running the 32-bit watchOS tests to every macOS smoke test on the PR CI would likely minimize both configuration and CI runtime, but for whatever reason that doesn't appear to be a public CI now.

This isn't about making 32-bit Android mandatory as much as making some 32-bit platform mandatory for compiler pulls, for which I'm suggesting Android armv7 as one possible candidate.

Not sure what you mean, you don't want to make pull authors wait longer? One advantage of adding Android is that it's a whole new separate CI job that completes much quicker than the others right now, so it would likely always finish first, at the expense of more CI minutes used than simply testing an incremental SDK like 32-bit watchOS.