[ 
https://issues.apache.org/jira/browse/IGNITE-23500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891490#comment-17891490
 ] 

Vadim Pakhnushev commented on IGNITE-23500:
-------------------------------------------

Unfortunately, there's no simple fix for this. Artifact basically require 
either a single file or a single directory and doesn't support wildcards. This 
can be fixed by providing the output from the CMake tasks but copy task can't 
properly copy symlinks.
Probably the better solution could be to simply pass the version to the CMake 
and use it to construct a proper file name.
Meanwhile, let's fix it by hardcoding the current version.

> Fix odbc driver file version
> ----------------------------
>
>                 Key: IGNITE-23500
>                 URL: https://issues.apache.org/jira/browse/IGNITE-23500
>             Project: Ignite
>          Issue Type: Bug
>          Components: odbc
>            Reporter: Igor Sapego
>            Assignee: Vadim Pakhnushev
>            Priority: Major
>              Labels: ignite-3
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently, in ignite-3/modules/platforms/build.gradle we assume that ODBC 
> library file is always named libignite3-odbc.so.3, while 3 in the end is 
> actually a version, and can change in future. It has been changed to 3.0.0 in 
> one the latest commits, and now the produced DEB and RPM packages are 
> invalid. Let's change the script so that semantically, everything that falls 
> under filter libignite3-odbc.so* gets included in the package.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to