Просмотр исходного кода

Always rebuild from scratch in CI

Loïc Hoguin 2 лет назад
Родитель
Сommit
32e4d2eb99
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Makefile

+ 2 - 2
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.