This is an automated email from the ASF dual-hosted git repository. jaydoane pushed a commit to branch make-clean-elixir-test-deps in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 20c9aa984e567ea124ab58e0892827b9afc6d636 Author: Jay Doane <[email protected]> AuthorDate: Sat Aug 17 17:24:47 2024 -0700 Clean elixir test deps when running `make clean` --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9a969139e..b7327cf5c 100644 --- a/Makefile +++ b/Makefile @@ -483,6 +483,7 @@ clean: @rm -f src/couch_dist/certs/out ifeq ($(with_nouveau), true) @cd nouveau && ./gradlew clean + @mix deps.clean --all --build endif
