@@ -61,10 +61,11 @@ jobs:
6161 python3-pytest swig doxygen texlive-latex-base make cppcheck ccache g++ \
6262 libpq-dev libpqtypes-dev postgresql-14 postgresql-14-postgis-3 postgresql-client-14 postgresql-14-postgis-3-scripts
6363 # MSSQL: client side
64- curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
65- curl https://packages.microsoft.com/config/ubuntu/22.04/prod.list | sudo tee /etc/apt/sources.list.d/msprod.list
66- sudo apt-get update
67- sudo ACCEPT_EULA=Y apt-get install -y msodbcsql17 unixodbc-dev
64+ # Disabled because of Conflicting values set for option Signed-By regarding source https://packages.microsoft.com/ubuntu/22.04/prod/ jammy: /usr/share/keyrings/microsoft-prod.gpg !=
65+ # curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
66+ # curl https://packages.microsoft.com/config/ubuntu/22.04/prod.list | sudo tee /etc/apt/sources.list.d/msprod.list
67+ # sudo apt-get update
68+ # sudo ACCEPT_EULA=Y apt-get install -y msodbcsql17 unixodbc-dev
6869 # HANA: client side
6970 # Install hdbsql tool
7071 curl -v -j -k -s -L -H "Cookie: eula_3_2_agreed=tools.hana.ondemand.com/developer-license-3_2.txt" https://tools.hana.ondemand.com/additional/hanaclient-latest-linux-x64.tar.gz --output hanaclient-latest-linux-x64.tar.gz \
9394 wget https://apache.jfrog.io/artifactory/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
9495 sudo apt-get install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
9596 sudo apt-get update
96- sudo apt-get install -y -V libarrow-dev libparquet-dev libarrow-dataset-dev
97+ sudo apt-get install -y -V libarrow-dev libparquet-dev libarrow-dataset-dev libarrow-compute-dev
9798 #
9899 PYTHON_CMD=python3 && $PYTHON_CMD -m pip install -r $GITHUB_WORKSPACE/autotest/requirements.txt
99100
@@ -329,7 +330,7 @@ jobs:
329330 mingw-w64-x86_64-geos mingw-w64-x86_64-libspatialite mingw-w64-x86_64-proj
330331 mingw-w64-x86_64-cgal mingw-w64-x86_64-libfreexl mingw-w64-x86_64-hdf5 mingw-w64-x86_64-muparser mingw-w64-x86_64-netcdf mingw-w64-x86_64-poppler mingw-w64-x86_64-podofo mingw-w64-x86_64-postgresql
331332 mingw-w64-x86_64-libgeotiff mingw-w64-x86_64-libpng mingw-w64-x86_64-libtiff mingw-w64-x86_64-openjpeg2
332- mingw-w64-x86_64-python-pip mingw-w64-x86_64-python-numpy mingw-w64-x86_64-python-pytest mingw-w64-x86_64-python-setuptools mingw-w64-x86_64-python-lxml mingw-w64-x86_64- swig mingw-w64-x86_64-python-psutil mingw-w64-x86_64-blosc mingw-w64-x86_64-libavif
333+ mingw-w64-x86_64-python-pip mingw-w64-x86_64-python-numpy mingw-w64-x86_64-python-pytest mingw-w64-x86_64-python-setuptools mingw-w64-x86_64-swig mingw-w64-x86_64-python-psutil mingw-w64-x86_64-blosc mingw-w64-x86_64-libavif
333334 - name : Setup cache
334335 uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
335336 id : cache
@@ -353,7 +354,7 @@ jobs:
353354 run : |
354355 # One of the dependencies of jsonschema 4.18 is rpds_py which requires a Rust compiler
355356 PYTHON_CMD=python3 && $PYTHON_CMD -m pip install "jsonschema<4.18"
356- PYTHON_CMD=python3 && $PYTHON_CMD -m pip install -r autotest/requirements.txt
357+ PYTHON_CMD=python3 && $PYTHON_CMD -m pip install pytest-sugar pytest-env pytest-benchmark filelock
357358 # Disable mySQL since C:/mysql/lib/mysqlclient.lib (unrelated to msys) is found, which causes linking issues
358359 # Set explicitly CMAKE_C|CXX_COMPILER otherwise C:/ProgramData/chocolatey/bin/gcc.exe would be used
359360 # Disable GDAL_ENABLE_DRIVER_HDF5 because of https://github.com/OSGeo/gdal/issues/11181
0 commit comments