arcolight commented on code in PR #7004:
URL: https://github.com/apache/ignite-3/pull/7004#discussion_r2582310783


##########
.teamcity/build/distributions/OdbcZip.kt:
##########
@@ -33,34 +27,32 @@ object OdbcZip : BuildType({
                 
                 odbcinst -j || exit 0
                 cat /etc/odbcinst.ini || exit 0
-                
-                conan --version
-                conan profile list
-                conan profile show default || exit 0
-                
-                conan info --path . || exit 0
             """.trimIndent()
         }
 
         customGradle {
-            name = "Build Zip"
-            tasks = ":packaging-odbc:distZip -i -Pplatforms.enable"
-            workingDir = "%VCSROOT__IGNITE3%"
+            name = "Build ODBC Zip (Under Rocky Linux 8 container)"
+            tasks = ":packaging-odbc:distZip"
+            workingDir = "%VCSROOT__GRIDGAIN9%"

Review Comment:
   Fixed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to