Skip to content

Cache tree-sitter vendor and lib folder in CI

Tan Le requested to merge cache-tree-sitter-lib-ci into main

What does this merge request do and why?

The CI will cache all tree-sitter clones and the built library and reuse across different job in the same pipeline. This will help to speed up the build process and avoid hitting flaky network issues.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request checklist

  • Tests added for new functionality. If not, please raise an issue to follow up.
  • Documentation added/updated, if needed.
Edited by Tan Le

Merge request reports