]> git.eshelyaron.com Git - emacs.git/commit
Rework EMBA integration
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 22 Apr 2024 11:38:10 +0000 (13:38 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 22 Apr 2024 18:38:57 +0000 (20:38 +0200)
commitfab4d33bfa8527f39b666a3e18087910d58f28e8
tree459bb40cacc64f0c6b9a69ffdc5dbcedcb63adae
parent9955a0f06e586a53728268736586958b7777ba01
Rework EMBA integration

* test/infra/Dockerfile.emba (emacs-inotify, emacs-filenotify-gio)
(emacs-eglot, emacs-tree-sitter, emacs-gnustep)
(emacs-native-comp-speed0, emacs-native-comp-speed1)
(emacs-native-comp-speed2): Use "-j `nproc`".
(emacs-eglot): Add libxml2-dev and node-typescript.
(emacs-tree-sitter) Add libxml2-dev and tree-sitter-rust.

* test/infra/Makefile.in (subdir_template): Simplify make_params.

* test/infra/gitlab-ci.yml (.job-template): Set environment
variable NPROC.  Use "-k -j \$NPROC".
(test-filenotify-gio, test-eglot, test-tree-sitter)
(test-native-comp-speed2): Simplify make_params.

* test/infra/test-jobs.yml: Regenerate.

(cherry picked from commit 42c8e2dfceb504533c6db3f336e28dd6c94aaa70)
test/infra/Dockerfile.emba
test/infra/Makefile.in
test/infra/gitlab-ci.yml
test/infra/test-jobs.yml