From ca68d184abbf7bd1030b2f2035cc66c13d08dd5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 19 Aug 2020 17:24:27 +0200 Subject: First working HTTPS over secure HTTP/2 Has a timer:sleep/1 though because there is currently no way to wait for the TLS handshake to complete. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 93c757f..a09039d 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ dep_ci.erlang.mk = git https://github.com/ninenines/ci.erlang.mk master DEP_EARLY_PLUGINS = ci.erlang.mk AUTO_CI_OTP ?= OTP-22+ -AUTO_CI_HIPE ?= OTP-LATEST +#AUTO_CI_HIPE ?= OTP-LATEST # AUTO_CI_ERLLVM ?= OTP-LATEST AUTO_CI_WINDOWS ?= OTP-22+ -- cgit v1.2.3