aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-03-30 16:38:08 +0200
committerLoïc Hoguin <[email protected]>2023-03-30 16:38:08 +0200
commit326939c8a8cf1e4a441601fe557ba97d11ccea3c (patch)
tree260a838887c1309b6a139d75b1e0a7edf6932565
parent8093d716fab10a86937ff0e0c76a40aa7653d9d2 (diff)
downloadcowboy-326939c8a8cf1e4a441601fe557ba97d11ccea3c.tar.gz
cowboy-326939c8a8cf1e4a441601fe557ba97d11ccea3c.tar.bz2
cowboy-326939c8a8cf1e4a441601fe557ba97d11ccea3c.zip
We are not using erl_make_certs anymore
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 6d097e1..5f8a0b0 100644
--- a/Makefile
+++ b/Makefile
@@ -88,13 +88,6 @@ $(H2SPEC):
$(verbose) git clone --depth 1 https://github.com/summerwind/h2spec $(dir $(H2SPEC)) || true
$(verbose) $(MAKE) -C $(dir $(H2SPEC)) build MAKEFLAGS= || true
-# 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
-
# Prepare for the release.
prepare_tag: