From: Michael Albinus Date: Tue, 15 Oct 2024 15:36:56 +0000 (+0200) Subject: * admin/notes/emba: Docker builds do not run in a worktree. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=007907fad3dc70ba994824c911dcf6090e4f9b06;p=emacs.git * admin/notes/emba: Docker builds do not run in a worktree. (cherry picked from commit 0085e48f917b4ddd0c698ecea1b30684b904b666) --- diff --git a/admin/notes/emba b/admin/notes/emba index 2e61ec49ae5..59cbe687f95 100644 --- a/admin/notes/emba +++ b/admin/notes/emba @@ -89,7 +89,7 @@ As usual in GitLab, the tests run in containers, which could be applied also locally. Unfortunately, the Emba container registry, emba.gnu.org:5050, is not accessible publicly. Instead, the container images must be build locally. Change the current directory to a -recent Emacs branch, and apply the command +recent Emacs branch (not a worktree), and apply the command docker build --target emacs-inotify --tag emacs-inotify \ -f test/infra/Dockerfile.emba .