From 4d44f0a90bf416caf526c8d2742a4dd42c4dc73f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 19 Apr 2021 14:37:30 +0200 Subject: Remove HiPE / ErLLVM related functionality --- early-plugins.mk | 9 --------- 1 file changed, 9 deletions(-) (limited to 'early-plugins.mk') diff --git a/early-plugins.mk b/early-plugins.mk index 06293f5..9301e68 100644 --- a/early-plugins.mk +++ b/early-plugins.mk @@ -93,11 +93,6 @@ OTP-DROPPED := $(OTP-18-DROPPED) $(OTP-19-DROPPED) $(OTP-20-DROPPED) \ CI_OTP := $(foreach otp,$(AUTO_CI_OTP),$($(otp))) $(if $(AUTO_CI_MASTER),master) -# 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. ifdef AUTO_CI_MASTER @@ -137,10 +132,6 @@ define ci_auto_cleanup_target ci-auto-cleanup-$1: $(KERL) $(verbose) $(KERL) list builds | grep -q "^git,$1$$$$" && $(KERL) delete build $1 || true $(verbose) $(KERL) list installations | grep -q "^$1 " && $(KERL) delete installation $1 || true - $(verbose) $(KERL) list builds | grep -q "^git,$1-native$$$$" && $(KERL) delete build $1-native || true - $(verbose) $(KERL) list installations | grep -q "^$1-native " && $(KERL) delete installation $1-native || true - $(verbose) $(KERL) list builds | grep -q "^git,$1-erllvm$$$$" && $(KERL) delete build $1-erllvm || true - $(verbose) $(KERL) list installations | grep -q "^$1-erllvm " && $(KERL) delete installation $1-erllvm || true endef $(foreach t,$(OTP-DROPPED),$(eval $(call ci_auto_cleanup_target,$t))) -- cgit v1.2.3