This is an automated email from the ASF dual-hosted git repository.
pgj pushed a commit to branch jenkins-clouseau-windows
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/jenkins-clouseau-windows by
this push:
new e30a3c667 Specify the Erlang cookie for Clouseau
e30a3c667 is described below
commit e30a3c667d0c0678254419a1e2eff20b20e3cd31
Author: Gabor Pali <[email protected]>
AuthorDate: Sun Mar 30 10:45:02 2025 +0200
Specify the Erlang cookie for Clouseau
---
Makefile.win | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.win b/Makefile.win
index b9e0f565d..60e4b2877 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -247,9 +247,9 @@ elixir: elixir-init devclean
--no-eval 'mix test --trace --include
test\elixir\test\config\suite.elixir --exclude
test\elixir\test\config\skip.elixir $(EXUNIT_OPTS)'
ifneq ($(CLOUSEAU_DIR),)
-_WITH_CLOUSEAU="--with-clouseau --clouseau-dir=$(CLOUSEAU_DIR)"
+_WITH_CLOUSEAU="--with-clouseau --erlang-cookie=crumbles
--clouseau-dir=$(CLOUSEAU_DIR)"
else ifeq ($(with_clouseau), true)
-_WITH_CLOUSEAU="--with-clouseau"
+_WITH_CLOUSEAU="--with-clouseau --erlang-cookie=crumbles"
endif
.PHONY: elixir-search