From 155bb8bc06c7100593ad43626c1e75430b428442 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 15 Apr 2025 14:17:25 +0200 Subject: [PATCH] Backport: Fix tree-sitter tests on Emba * 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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/infra/Dockerfile.emba b/test/infra/Dockerfile.emba index 7b70a98ebd9..8c6641b19b9 100644 --- a/test/infra/Dockerfile.emba +++ b/test/infra/Dockerfile.emba @@ -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") \ -- 2.39.5