mirror of
https://github.com/pocoproject/poco.git
synced 2026-01-05 20:52:33 +01:00
* feat(ODBC): nix shells for mssql and oracle #5144 * fix(cmake): not using cppignore #5146 * fix(Data/ODBC): Improve Nix CI container startup and debugging Oracle (oracle.nix): - Add --shm-size=1g for Oracle container (requires 1GB shared memory) - Add container state verification before exec commands - Add proper error handling with container log output on failure - Add pre-flight checks in build_and_test to verify container running - Add Podman environment info for CI debugging - Add progress indicators during Oracle startup wait - Exit with error in CI mode if container fails to start MSSQL (mssql.nix): - Add ODBCINSTINI environment variable - Add sync command to flush ODBC configs to disk - Add odbcinst verification commands Temporarily disable all ci except nix #5144 * try newer oracle version * use ubuntu 24.04 for nix ci (podman related) * chore(c): restore ci.yml * Update Data/ODBC/oracle.nix Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update Data/ODBC/oracle.nix Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update Data/ODBC/mssql.nix Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update Data/ODBC/oracle.nix Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix(odbc): verify oracle downloads #5144 * chore(doc): update nix documentation #5144 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>