aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-11-16 23:13:30 +0100
committerLoïc Hoguin <[email protected]>2017-11-16 23:13:30 +0100
commit6ba605a5cad7ab1a2b07aa9779d1aa965a3e6560 (patch)
treeaa61e393cebc0414a736e834a42d969e11f5d355
parent48631aea66c06b5706fb56d3e24f284347ac469d (diff)
downloadranch-6ba605a5cad7ab1a2b07aa9779d1aa965a3e6560.tar.gz
ranch-6ba605a5cad7ab1a2b07aa9779d1aa965a3e6560.tar.bz2
ranch-6ba605a5cad7ab1a2b07aa9779d1aa965a3e6560.zip
erl_make_certs was removed from OTP in 20.1
Failures to copy this file are OK- for now. Later on a better solution will have to be found.
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 001031e..2c7dd94 100644
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,9 @@ include erlang.mk
DIALYZER_OPTS += --src -r test
# Use erl_make_certs from the tested release during CI.
+#
+# Note that erl_make_certs was removed from OTP-20.1. For now
+# we are fine using the most recent version from OTP-20.
ci-setup:: $(DEPS_DIR)/ct_helper
- $(gen_verbose) cp ~/.kerl/builds/$(CI_OTP_RELEASE)/otp_src_git/lib/ssl/test/erl_make_certs.erl deps/ct_helper/src/
+ $(gen_verbose) cp ~/.kerl/builds/$(CI_OTP_RELEASE)/otp_src_git/lib/ssl/test/erl_make_certs.erl deps/ct_helper/src/ || true