This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch jenkins-try-to-fix-dep-package-builds in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 146750799376b5ba36fa98af88b4a3d848641437 Author: Nick Vatamaniuc <[email protected]> AuthorDate: Thu Aug 24 14:33:15 2023 -0400 Try to fix deb package builds in the main CI Currently main CI deb packages are failing. Issue: https://github.com/apache/couchdb/issues/4706#issuecomment-1690198451 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1d88d6ec5..c49452bc7 100644 --- a/Makefile +++ b/Makefile @@ -463,12 +463,12 @@ clean: @$(REBAR) -r clean @mix clean --deps @rm -rf .rebar/ - @rm -rf _build + # @rm -rf _build @rm -f bin/couchjs @rm -f bin/weatherreport @rm -rf src/*/ebin @rm -rf src/*/.rebar - @rm -rf src/*/_build + #@rm -rf src/*/_build @rm -rf src/*/priv/*.so @rm -rf src/couch/priv/{couchspawnkillable,couchjs} @rm -rf share/server/main.js share/server/main-ast-bypass.js share/server/main-coffee.js
