Browse Source

Always rebuild from scratch in CI

Loïc Hoguin 2 years ago
parent
commit
32e4d2eb99
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -39,9 +39,9 @@ AUTO_CI_HIPE ?= OTP-LATEST
 # AUTO_CI_ERLLVM ?= OTP-LATEST
 # AUTO_CI_ERLLVM ?= OTP-LATEST
 AUTO_CI_WINDOWS ?= OTP-21+
 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.
 # Hex configuration.