summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2018-01-16 21:02:26 +0100
committerGitHub <noreply@github.com>2018-01-16 21:02:26 +0100
commitced9cb5303ad1447f84d923e0c7f769f5e0c6297 (patch)
treef575b3d1d1004b8ba06a007175ec08dd099f16fa /Makefile.pre.in
parent9f1b7b93f5f0ef589e7b272e127cacf4ce5d23f1 (diff)
downloadcpython-git-ced9cb5303ad1447f84d923e0c7f769f5e0c6297.tar.gz
bpo-32549: Compile OpenSSL 1.1.0 on Travis CI (#5180)
Use an improved version of multissl test helper to compile a local copy of OpenSSL 1.1.0g. Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 59ba9d4c1f..994e8611e1 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1086,7 +1086,7 @@ quicktest: @DEF_MAKE_RULE@ platform
# SSL tests
.PHONY: multisslcompile multissltest
multisslcompile: build_all
- $(RUNSHARED) ./$(BUILDPYTHON) Tools/ssl/multissltests.py --compile-only
+ $(RUNSHARED) ./$(BUILDPYTHON) Tools/ssl/multissltests.py --steps=modules
multissltest: build_all
$(RUNSHARED) ./$(BUILDPYTHON) Tools/ssl/multissltests.py