Commit 15e4969
committed
bootstrap: skip r-a main tests against 32-bit targets
We don't really have a good way to get the target pointer width in
bootstrap (yet), so I had to resort to hacky target tuple substring
matches.
This commit currently only gates on `i686-*` targets, which are 32-bits,
and does not try to gate on `i586-*` targets (I need to run try jobs to
check if r-a tests actually get run.)1 parent 24f00b6 commit 15e4969
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
471 | 484 | | |
472 | 485 | | |
473 | 486 | | |
| |||
0 commit comments