aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-01-09 17:17:56 +0100
committerLoïc Hoguin <[email protected]>2023-01-09 17:17:56 +0100
commit32e4d2eb99ea9d008dfd1596d355ae25d4269f3f (patch)
tree7a19a323f8cb862ccbbb2d839a7654f4f230a262
parent92df864d2fb72d8f52f28feb8d61389d134ac549 (diff)
downloadcowlib-32e4d2eb99ea9d008dfd1596d355ae25d4269f3f.tar.gz
cowlib-32e4d2eb99ea9d008dfd1596d355ae25d4269f3f.tar.bz2
cowlib-32e4d2eb99ea9d008dfd1596d355ae25d4269f3f.zip
Always rebuild from scratch in CI
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d68ba33..2fe339b 100644
--- a/Makefile
+++ b/Makefile
@@ -39,9 +39,9 @@ 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.
+# Always rebuild from scratch in CI because OTP-25.0+ can't use the older build.
-ci-setup:: distclean-deps
+ci-setup:: distclean
# Hex configuration.