HANA: enable provider in Qt6 builds

This commit is contained in:
Maxim Rylov 2022-10-18 10:10:21 +02:00 committed by Nyall Dawson
parent 39f7687992
commit 1cd8984d8b
2 changed files with 10 additions and 3 deletions

View File

@ -95,3 +95,13 @@ RUN cd /usr/src \
&& make -j4 \
&& make install
# HANA: client side
# Install hdbsql tool
RUN curl -v -j -k -L -H "Cookie: eula_3_1_agreed=tools.hana.ondemand.com/developer-license-3_1.txt" https://tools.hana.ondemand.com/additional/hanaclient-latest-linux-x64.tar.gz --output hanaclient-latest-linux-x64.tar.gz \
&& tar -xvf hanaclient-latest-linux-x64.tar.gz \
&& mkdir /usr/sap \
&& ./client/hdbinst -a client --sapmnt=/usr/sap \
&& rm -rf client \
&& rm hanaclient*
ENV PATH="/usr/sap/hdbclient:${PATH}"

View File

@ -307,9 +307,6 @@ jobs:
docker-target: binary-for-oracle
exclude:
- qt-version: 6
test-batch: HANA
- qt-version: 6
test-batch: POSTGRES