]> git.eshelyaron.com Git - emacs.git/commitdiff
Backport: Fix tree-sitter tests on Emba
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 15 Apr 2025 12:17:25 +0000 (14:17 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 21 Apr 2025 20:33:02 +0000 (22:33 +0200)
* test/infra/Dockerfile.emba: Use tree-sitter-rust v0.23.3 in
order to match ABI version of libtree-sitter0.

(cherry picked from commit 788c9cfb62c7fd50b171a9209dd7453bd03f14bf)
(cherry picked from commit 8792d3431b15d83c5ec7f7706d3989eb036c0b98)

test/infra/Dockerfile.emba

index 7b70a98ebd9654b66fcc9ea14a15bf436ab37746..8c6641b19b9904932d0e7ced2418dc7c86dc76af 100644 (file)
@@ -138,12 +138,10 @@ RUN src/emacs -Q --batch \
         (elixir "https://github.com/elixir-lang/tree-sitter-elixir") \
         (go "https://github.com/tree-sitter/tree-sitter-go") \
         (gomod "https://github.com/camdencheek/tree-sitter-go-mod") \
-        (gowork "https://github.com/omertuc/tree-sitter-go-work") \
         (heex "https://github.com/phoenixframework/tree-sitter-heex") \
         (html "https://github.com/tree-sitter/tree-sitter-html") \
         (java "https://github.com/tree-sitter/tree-sitter-java") \
         (javascript "https://github.com/tree-sitter/tree-sitter-javascript") \
-        (jsdoc "https://github.com/tree-sitter/tree-sitter-jsdoc") \
         (json "https://github.com/tree-sitter/tree-sitter-json") \
         (lua "https://github.com/tree-sitter-grammars/tree-sitter-lua") \
         (python "https://github.com/tree-sitter/tree-sitter-python") \