This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
from 882f55c37 build(c): disambiguate static/import libraries on Windows
(#3836)
add e73c5ba91 ci: don't use disallowed GitHub Action for PostgreSQL
validation (#3837)
No new revisions were added by this update.
Summary of changes:
.github/workflows/integration.yml | 16 +-
c/driver/postgresql/validation/pixi.lock | 1629 --------------------
c/driver/postgresql/validation/pixi.toml | 34 -
.../validation/pyproject.toml} | 15 +-
c/driver/postgresql/validation/pytest.ini | 4 +
c/driver/postgresql/validation/tests/postgresql.py | 5 +-
c/driver/postgresql/validation/uv.lock | 344 +++++
ci/scripts/validate.sh | 73 +
8 files changed, 439 insertions(+), 1681 deletions(-)
delete mode 100644 c/driver/postgresql/validation/pixi.lock
delete mode 100644 c/driver/postgresql/validation/pixi.toml
copy c/driver/{common/AdbcDriverCommonConfig.cmake.in =>
postgresql/validation/pyproject.toml} (73%)
create mode 100644 c/driver/postgresql/validation/uv.lock
create mode 100755 ci/scripts/validate.sh