From 23775b1cdc23b2a098f574114a5bb9260ef29914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 17 Sep 2019 18:10:51 +0200 Subject: Add OTP-LATEST-22+ and similar variables Should be useful to speed up most builds that don't need to be tested against the entire universe. --- early-plugins.mk | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/early-plugins.mk b/early-plugins.mk index f7e85f7..e91b6a9 100644 --- a/early-plugins.mk +++ b/early-plugins.mk @@ -35,6 +35,14 @@ OTP-20+ := $(OTP-20) $(OTP-21) $(OTP-22) OTP-21+ := $(OTP-21) $(OTP-22) OTP-22+ := $(OTP-22) +OTP-LATEST-18+ := $(lastword $(OTP-18)) $(lastword $(OTP-19)) \ + $(lastword $(OTP-20)) $(lastword $(OTP-21)) $(lastword $(OTP-22)) +OTP-LATEST-19+ := $(lastword $(OTP-19)) $(lastword $(OTP-20)) \ + $(lastword $(OTP-21)) $(lastword $(OTP-22)) +OTP-LATEST-20+ := $(lastword $(OTP-20)) $(lastword $(OTP-21)) $(lastword $(OTP-22)) +OTP-LATEST-21+ := $(lastword $(OTP-21)) $(lastword $(OTP-22)) +OTP-LATEST-22+ := $(lastword $(OTP-22)) + # We exclude release candidates here because they are not # the latest release, they are the *next* one. -- cgit v1.2.3