From 5ddd95e18f81734e909b9efc6e82ca5590e16bff Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Wed, 11 Oct 2017 13:33:22 -0400 Subject: [PATCH] circleci force make distclean before build (#8111) --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index b42fdd0fb57..b3e3019878b 100644 --- a/circle.yml +++ b/circle.yml @@ -10,6 +10,7 @@ checkout: - git submodule sync --recursive - git submodule deinit -f . && rm -rf .git/modules - git submodule update --init --recursive --force + - make distclean dependencies: pre: