From 905642f6fc434889243451ef7abbb1a46c83710a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 15 Nov 2016 12:26:51 +0200 Subject: Update Erlang.mk and CI OTP versions for 19.1.6 --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2ca9290..e51bc96 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,9 @@ CI_OTP ?= \ OTP_R16B OTP_R16B01 OTP_R16B02 OTP_R16B03-1 \ OTP-17.1.2 OTP-17.2.2 OTP-17.3.4 OTP-17.4.1 OTP-17.5.6.6 \ OTP-18.0.3 OTP-18.1.5 OTP-18.2.4.1 OTP-18.3.4.4 \ - OTP-19.0.7 OTP-19.1.5 + OTP-19.0.7 OTP-19.1.6 +CI_HIPE ?= $(lastword $(CI_OTP)) +CI_ERLLVM ?= $(CI_HIPE) # Dependencies. -- cgit v1.2.3