aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-08-13 22:23:05 +0200
committerLoïc Hoguin <[email protected]>2018-08-13 22:23:05 +0200
commit8d634d0ff4ea1ca744a8a789aa5edf6682e8cd87 (patch)
treecb208a1882456c74acfc4c225f614bc3c508527f
parent0a5fadc60bc586946ebd3b17839bcaf13b76f6d0 (diff)
downloadcowboy-8d634d0ff4ea1ca744a8a789aa5edf6682e8cd87.tar.gz
cowboy-8d634d0ff4ea1ca744a8a789aa5edf6682e8cd87.tar.bz2
cowboy-8d634d0ff4ea1ca744a8a789aa5edf6682e8cd87.zip
See if recompiling ct_helper every time fixes ci builds
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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