aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-01-09 16:49:57 +0100
committerLoïc Hoguin <[email protected]>2023-01-09 16:49:57 +0100
commit92df864d2fb72d8f52f28feb8d61389d134ac549 (patch)
treec08553a0e0fe7c1dfe550ee27e2e673dc1e102fe
parent5d6bb5b1ea0f1b9dfebd64d2cddb735a8d4cb272 (diff)
downloadcowlib-92df864d2fb72d8f52f28feb8d61389d134ac549.tar.gz
cowlib-92df864d2fb72d8f52f28feb8d61389d134ac549.tar.bz2
cowlib-92df864d2fb72d8f52f28feb8d61389d134ac549.zip
Always rebuild deps in CI
-rw-r--r--Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index c499041..d68ba33 100644
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,10 @@ AUTO_CI_HIPE ?= OTP-LATEST
# AUTO_CI_ERLLVM ?= OTP-LATEST
AUTO_CI_WINDOWS ?= OTP-21+
+# Always rebuild deps in CI because OTP-25.0+ can't use the older build.
+
+ci-setup:: distclean-deps
+
# Hex configuration.
define HEX_TARBALL_EXTRA_METADATA
@@ -60,12 +64,6 @@ include erlang.mk
TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}' +'{parse_transform, horse_autoexport}'
-# Always rebuild proper/horse because OTP-25.0+ can't use the older build.
-
-ci-setup::
- -$(MAKE) -C $(DEPS_DIR)/horse clean
- -$(MAKE) -C $(DEPS_DIR)/proper clean
-
# Mimetypes module generator.
GEN_URL = http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types