Open yaroslavyaroslav opened 2 months ago
There’s a special branch for this. I don’t like it and I discourage its use (checking these artifacts into Git is a bad practice) so I’ll let you figure out the details from here ;). If that branch is missing anything, happy to update the script.
I suggested PR to solve this just yet. It's perfectly fine (AFAIK) for a python package to take some building steps during installation, it's just that they have to be declared in setup.py to let the tooling know how to handle this.
In both
pip install git+https://github.com/alex-pinkus/tree-sitter-swift.git
andpoetry add git+https://github.com/alex-pinkus/tree-sitter-swift.git
installation fails on a building stage because of missedsrc/parser.c
artefact.