aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-01-09 16:01:29 +0100
committerLoïc Hoguin <[email protected]>2023-01-09 16:01:29 +0100
commitcd07fe9f4dcd8db5411904e6d616f93aaac16dbd (patch)
treee84b1d5aa23ad39a9e1046cec336f4d92d28f156
parent0d04cfffa3bd49b10ccc783c381a261c15b7e7a3 (diff)
downloadcowlib-cd07fe9f4dcd8db5411904e6d616f93aaac16dbd.tar.gz
cowlib-cd07fe9f4dcd8db5411904e6d616f93aaac16dbd.tar.bz2
cowlib-cd07fe9f4dcd8db5411904e6d616f93aaac16dbd.zip
Rebuild horse between each CI run so that it works for OTP/25
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ecc635b..ce45967 100644
--- a/Makefile
+++ b/Makefile
@@ -60,6 +60,11 @@ include erlang.mk
TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}' +'{parse_transform, horse_autoexport}'
+# Always rebuild horse because OTP-25.0+ can't use the older build.
+
+ci-setup::
+ -$(MAKE) -C $(DEPS_DIR)/horse clean
+
# Mimetypes module generator.
GEN_URL = http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types