cartridge-cli icon indicating copy to clipboard operation
cartridge-cli copied to clipboard

Problem with local SDK

Open a1div0 opened this issue 2 years ago • 0 comments

cartridge pack tgz --filename ./${PRODUCT_NAME}-${APP_VERSION}.tar.gz --version ${APP_VERSION}

The command does not have the ability to use the local SDK. In recent versions, flags have appeared for similar work with docker. However, this is not suitable for use in a circuit where there is no internet and the SDK is installed in a folder.

Requires a flag similar to "--only-server" in "tarantoolctl".

Without such a flag, we have to patch "tarantoolctl" for each version.

For example, here is a fix I had to do on SDK 2.10.4-r523: image

a1div0 avatar Apr 19 '23 09:04 a1div0