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

Rocks are not cached for certain OS separately #660

Open
ArtDu opened this issue Nov 9, 2021 · 0 comments
Open

Rocks are not cached for certain OS separately #660

ArtDu opened this issue Nov 9, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@ArtDu
Copy link

ArtDu commented Nov 9, 2021

A problem arises when, after building the tar.gz package for linux, after a while you build the package for macos and you get an error that module ... not found. This is because cartridge-cli can take a binary file intended for linux for packaging in a mac version.

I am specifically having a problem with http.lib. And I was able to solve it by deleting the cache ~ / .cartridge / tmp / cache.

repro:

cartridge --verbose pack tgz --sdk-path sdk --use-docker
...
• Creating cache directory
...
cartridge --verbose pack tgz
...
• Creating cache directory
• Using cached path .rocks
...
@Totktonada Totktonada added bug Something isn't working teamE labels Nov 30, 2021
@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
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants