aboutsummaryrefslogtreecommitdiffstats
path: root/early-plugins.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-05-30 11:13:29 +0200
committerLoïc Hoguin <[email protected]>2018-05-30 11:13:29 +0200
commit2c2f10a86caaa0bcd8b481b064e5862a7c5698c5 (patch)
tree0a11f948681f2c8a82b9b0de7976d93b8d30f2c9 /early-plugins.mk
parent4c3c9fb8d073e4188efa647eaab5710254a2b017 (diff)
downloadci.erlang.mk-2c2f10a86caaa0bcd8b481b064e5862a7c5698c5.tar.gz
ci.erlang.mk-2c2f10a86caaa0bcd8b481b064e5862a7c5698c5.tar.bz2
ci.erlang.mk-2c2f10a86caaa0bcd8b481b064e5862a7c5698c5.zip
OTP-21.0-rc2
Diffstat (limited to 'early-plugins.mk')
-rw-r--r--early-plugins.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 4333feb..207b2a1 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -26,12 +26,7 @@
OTP-18 := OTP-18.0.3 OTP-18.1.5 OTP-18.2.4 OTP-18.3.4.9
OTP-19 := OTP-19.0.7 OTP-19.1.6 OTP-19.2.3 OTP-19.3.6.9
OTP-20 := OTP-20.0.5 OTP-20.1.7 OTP-20.2.4 OTP-20.3.6
-# OTP-21.0-rc1 does not compile on FreeBSD.
-ifeq ($(PLATFORM),freebsd)
-OTP-21 :=
-else
-OTP-21 := OTP-21.0-rc1
-endif
+OTP-21 := OTP-21.0-rc2
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21)
OTP-19+ := $(OTP-19) $(OTP-20) $(OTP-21)
@@ -50,7 +45,7 @@ OTP-LATEST := $(lastword $(foreach rel,$(OTP-18+),$(if $(findstring -rc,$(rel)),
OTP-18-DROPPED := OTP-18.3.4 OTP-18.3.4.6 OTP-18.3.4.7 OTP-18.3.4.8
OTP-19-DROPPED := OTP-19.3.6 OTP-19.3.6.3 OTP-19.3.6.4 OTP-19.3.6.5 OTP-19.3.6.6 OTP-19.3.6.7 OTP-19.3.6.8
OTP-20-DROPPED := OTP-20.1.5 OTP-20.1.6 OTP-20.2 OTP-20.2.1 OTP-20.2.2 OTP-20.2.3 OTP-20.3 OTP-20.3.2 OTP-20.3.3 OTP-20.3.4 OTP-20.3.5
-OTP-21-DROPPED :=
+OTP-21-DROPPED := OTP-21.0-rc1
OTP-DROPPED := $(OTP-18-DROPPED) $(OTP-19-DROPPED) $(OTP-20-DROPPED) $(OTP-21-DROPPED)