Commit e921422
authored
Fix deadlock error from C++ 20
* Fix ODBC deadlock issue
`absl::SetMutexDeadlockDetectionMode(absl::OnDeadlockCycle::kIgnore);` fixes ODBC deadlock issue. We turn off the detection as the deadlock originated from upstream projects.
* Fix ODBC Extra slow CI issue
Attempt to resolve caching issue with ODBC CI
Add write permission to store vcpkg cache
Check nuget paths in Ruby Glib and ODBC
Run vcpkg install after vcpkg is set in GLib
Enable vcpkg verbose in GLib
* confirmed `vcpkg install` command returns 403 error
Add ARROW_HOME
Remove `ARROW_SIMD_LEVEL` as it is not required for ODBC.
Remove debug msgs
Cannot get vcpkg in cpp_build to show debug messages
Move location of `packages: write`
Attempt to add `ARROW_DEPENDENCY_USE_SHARED - off`
Revert "Move location of `packages: write`"
This reverts commit b62e04e.
Revert "Attempt to add `ARROW_DEPENDENCY_USE_SHARED - off`"
This reverts commit 5fdf425.
Add GLib MSVC build to C++ Extra
TEMP disable ODBC build
Disable cmake and enable build
Re-enable cmake 4.1.2 and use install_vcpkg.sh to install vcpkg
Clean up test changes
Push after previous run is complete.
Revert "Re-enable cmake 4.1.2 and use install_vcpkg.sh to install vcpkg"
This reverts commit dfea377.
Trigger CI
Apply Kou's suggestion for nuget timeout1 parent b1aa2f0 commit e921422
File tree
2 files changed
+10
-7
lines changed- .github/workflows
- cpp/src/arrow/flight/sql/odbc/odbc_impl
2 files changed
+10
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
| 340 | + | |
| 341 | + | |
341 | 342 | | |
| 343 | + | |
| 344 | + | |
342 | 345 | | |
343 | 346 | | |
344 | 347 | | |
345 | 348 | | |
346 | 349 | | |
347 | 350 | | |
348 | 351 | | |
349 | | - | |
| 352 | + | |
350 | 353 | | |
351 | 354 | | |
352 | | - | |
| 355 | + | |
353 | 356 | | |
354 | 357 | | |
355 | 358 | | |
| |||
368 | 371 | | |
369 | 372 | | |
370 | 373 | | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | 374 | | |
376 | 375 | | |
377 | 376 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| 42 | + | |
| 43 | + | |
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
| |||
0 commit comments