Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with local SDK #764

Open
a1div0 opened this issue Apr 19, 2023 · 0 comments
Open

Problem with local SDK #764

a1div0 opened this issue Apr 19, 2023 · 0 comments

Comments

@a1div0
Copy link

a1div0 commented Apr 19, 2023

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

@yngvar-antonsson yngvar-antonsson transferred this issue from tarantool/cartridge Apr 19, 2023
@TarantoolBot TarantoolBot removed the teamE label Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants