Commit a0d2885
authored
### Rationale for this change
Temporary workaround for #49930!
Both MinGW jobs fail every run since 2026 April 30 from two MSYS2 updates:
1. MINGW64: `gcc 15.2 -> 16.1` deterministically breaks 4 tests (`arrow-async-utility-test`, `arrow-threading-utility-test`, `arrow-dataset-dataset-writer-test`, `arrow-dataset-file-test`)
See #49930 for per-test status (and the connection to #49272/#49462).
2. MINGW64 and CLANG64: `arrow-s3fs-test` fails - `aws-sdk-cpp 1.11.479 -> 1.11.801` stopped sending `Content-Md5` on `DeleteObjects`, but bundled MinIO `RELEASE.2024-09-13` still requires it.
### What changes are included in this PR?
a) Workaround for 1.: new temporary `Pin MSYS2 packages` step on MINGW64 (CLANG64 is unaffected). Pins `gcc-libs` to 15.2 plus C++ packages for ABI compatibility.
**Removable** when all #49930-tracked failures pass on current upstream MSYS2.
b) Resolves 2.: bump bundled MinIO to `RELEASE.2025-01-20T14-49-07Z` to match `ci/scripts/install_minio.sh` (per review). See further discussion about migrating from MinIO in #47908
### Are these changes tested?
CI
[failing without pins](https://github.com/apache/arrow/actions/runs/25442601074/job/74637722454) ->
[passing](https://github.com/apache/arrow/actions/runs/25479824734/job/74761254697)
### Are there any user-facing changes?
No
* GitHub Issue: #49930
Authored-by: Tadeja Kadunc <tadeja.kadunc@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
1 parent 7339a29 commit a0d2885
1 file changed
Lines changed: 36 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
369 | 403 | | |
370 | 404 | | |
371 | 405 | | |
| |||
386 | 420 | | |
387 | 421 | | |
388 | 422 | | |
| 423 | + | |
389 | 424 | | |
390 | 425 | | |
391 | 426 | | |
392 | 427 | | |
393 | 428 | | |
394 | | - | |
| 429 | + | |
395 | 430 | | |
396 | 431 | | |
397 | 432 | | |
| |||
0 commit comments