This is an automated email from the ASF dual-hosted git repository.

isapego pushed a commit to branch ignite-27158
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/ignite-27158 by this push:
     new d93e83912fe IGNITE-27158 Fix for Ubuntu
d93e83912fe is described below

commit d93e83912fe2fc69b5c9e35ab5f740a12e12d963
Author: Igor Sapego <[email protected]>
AuthorDate: Wed Dec 17 00:31:43 2025 +0100

    IGNITE-27158 Fix for Ubuntu
---
 .github/workflows/python_dbapi_wheels.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/python_dbapi_wheels.yml 
b/.github/workflows/python_dbapi_wheels.yml
index 066e232d40d..b2ca4203262 100644
--- a/.github/workflows/python_dbapi_wheels.yml
+++ b/.github/workflows/python_dbapi_wheels.yml
@@ -85,6 +85,7 @@ jobs:
           CIBW_ARCHS: ${{ matrix.arch }}
           MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macos_deployment_target || '' }}
           CIBW_BUILD_VERBOSITY: 1
+          CIBW_BEFORE_ALL_LINUX: "sudo apt update && sudo apt install -y 
libssl-dev"
 
       - uses: actions/upload-artifact@v4
         with:

Reply via email to