You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2025. It is now read-only.
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:
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:
