From 2c9a3f5ed14099d5b80821509d0dba8f9b31fa4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 12 Jul 2019 12:32:40 +0200 Subject: Disable HiPE builds for now HiPE can still be built using CI_HIPE directly. --- early-plugins.mk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/early-plugins.mk b/early-plugins.mk index c96bc62..ea07c7f 100644 --- a/early-plugins.mk +++ b/early-plugins.mk @@ -72,8 +72,11 @@ OTP-DROPPED := $(OTP-18-DROPPED) $(OTP-19-DROPPED) $(OTP-20-DROPPED) \ # Configure Erlang.mk's CI plugin. CI_OTP := $(foreach otp,$(AUTO_CI_OTP),$($(otp))) $(if $(AUTO_CI_MASTER),master) -CI_HIPE := $(foreach otp,$(AUTO_CI_HIPE),$($(otp))) -CI_ERLLVM := $(foreach otp,$(AUTO_CI_ERLLVM),$($(otp))) + +# Disable HiPE builds; Erlang/OTP's HiPE support is broken +# starting from Erlang/OTP 22.0.6. Use explicit versions instead. +#CI_HIPE := $(foreach otp,$(AUTO_CI_HIPE),$($(otp))) +#CI_ERLLVM := $(foreach otp,$(AUTO_CI_ERLLVM),$($(otp))) # Remove the existing master if necessary. -- cgit v1.2.3