aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAitor Perez <[email protected]>2026-05-21 17:17:46 +0200
committerLoïc Hoguin <[email protected]>2026-05-22 17:55:08 +0200
commit4ad89c9db59d850cde9cb3220ffe778af7dd63fa (patch)
tree7661a4ee64397708362d3a5ba1511f43a971ecf0
parent51f631e89cf278a6953a9abb7603021fb4d48737 (diff)
downloaderlang.mk-master.tar.gz
erlang.mk-master.tar.bz2
erlang.mk-master.zip
fix: set couchbeam dep to 1.7.0HEADmaster
Because `master` branch seems incompatible, or at least with breaking changes that cause the test to fail.
-rw-r--r--test/core_autopatch.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core_autopatch.mk b/test/core_autopatch.mk
index 7b64269..ef34587 100644
--- a/test/core_autopatch.mk
+++ b/test/core_autopatch.mk
@@ -34,7 +34,7 @@ core-autopatch-extended-erlc-opts: init
$t $(MAKE) -C $(APP) -f erlang.mk bootstrap-lib $v
$i "Add couchbeam to the list of dependencies"
- $t perl -ni.bak -e 'print;if ($$.==1) {print "DEPS = couchbeam\ndep_couchbeam = git https://github.com/benoitc/couchbeam master\n"}' $(APP)/Makefile
+ $t perl -ni.bak -e 'print;if ($$.==1) {print "DEPS = couchbeam\ndep_couchbeam = git https://github.com/benoitc/couchbeam 1.7.0\n"}' $(APP)/Makefile
$i "Extend autopatch-couchbeam to add options to its ERLC_OPTS"
$t echo "autopatch-couchbeam:: ; echo >> \$$(DEPS_DIR)/couchbeam/Makefile; echo 'ERLC_OPTS += -DWITH_JIFFY' >> \$$(DEPS_DIR)/couchbeam/Makefile" >> $(APP)/Makefile