0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

See if recompiling ct_helper every time fixes ci builds

This commit is contained in:
Loïc Hoguin 2018-08-13 22:23:05 +02:00
parent 0a5fadc60b
commit 8d634d0ff4
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -68,7 +68,9 @@ $(H2SPEC):
$(verbose) git clone --depth 1 https://github.com/summerwind/h2spec $(dir $(H2SPEC)) $(verbose) git clone --depth 1 https://github.com/summerwind/h2spec $(dir $(H2SPEC))
$(verbose) $(MAKE) -C $(GOPATH)/src/github.com/summerwind/h2spec build MAKEFLAGS= $(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 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) 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