forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitccf36ea
committed
ci: Add 32bit build and test
It's easy enough to make changes that break on 32bit platforms and few peopletest that locally. Add a test for that to CI. LLVM is disabled on 32bitbecause installing it would bloat the image size further.The debian w/ meson task is fast enough that we can afford to test both.Use the occasion of a separate run of the tests to run them under LANG=C,we've recently discovered there's not a lot of testing in the buildfarm forthe case.Discussion:https://postgr.es/m/4033181.1664395633@sss.pgh.pa.us1 parent80a0567 commitccf36ea
1 file changed
+37
-4
lines changedLines changed: 37 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
44 |
| - | |
45 |
| - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
| 54 | + | |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
| |||
229 | 229 |
| |
230 | 230 |
| |
231 | 231 |
| |
| 232 | + | |
| 233 | + | |
| 234 | + | |
232 | 235 |
| |
233 | 236 |
| |
234 | 237 |
| |
| |||
239 | 242 |
| |
240 | 243 |
| |
241 | 244 |
| |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
242 | 261 |
| |
| 262 | + | |
| 263 | + | |
243 | 264 |
| |
244 | 265 |
| |
245 | 266 |
| |
246 | 267 |
| |
247 | 268 |
| |
248 | 269 |
| |
249 | 270 |
| |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
250 | 283 |
| |
251 | 284 |
| |
252 | 285 |
| |
|
0 commit comments
Comments
(0)