From 8d634d0ff4ea1ca744a8a789aa5edf6682e8cd87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 13 Aug 2018 22:23:05 +0200 Subject: See if recompiling ct_helper every time fixes ci builds --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 095b81c..abe7fa1 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,9 @@ $(H2SPEC): $(verbose) git clone --depth 1 https://github.com/summerwind/h2spec $(dir $(H2SPEC)) $(verbose) $(MAKE) -C $(GOPATH)/src/github.com/summerwind/h2spec build MAKEFLAGS= -# Use erl_make_certs from the tested release during CI. +# Use erl_make_certs from the tested release during CI +# and ensure that ct_helper is always recompiled. ci-setup:: clean deps test-deps $(gen_verbose) cp ~/.kerl/builds/$(CI_OTP_RELEASE)/otp_src_git/lib/ssl/test/erl_make_certs.erl deps/ct_helper/src/ || true + $(gen_verbose) $(MAKE) -C $(DEPS_DIR)/ct_helper clean app -- cgit v1.2.3