aboutsummaryrefslogtreecommitdiffstats
path: root/early-plugins.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2021-05-12 11:26:38 +0200
committerLoïc Hoguin <[email protected]>2021-05-12 11:26:38 +0200
commit5ff970e8ff1ebbe229ce3b7bc7d77b9abedd4661 (patch)
tree586e511fe80a28b304ce0f4a1bc6be7db26c1bd1 /early-plugins.mk
parentac23f401cb4ab41bf573da80f6119d4206675f07 (diff)
downloadci.erlang.mk-5ff970e8ff1ebbe229ce3b7bc7d77b9abedd4661.tar.gz
ci.erlang.mk-5ff970e8ff1ebbe229ce3b7bc7d77b9abedd4661.tar.bz2
ci.erlang.mk-5ff970e8ff1ebbe229ce3b7bc7d77b9abedd4661.zip
OTP-24.0
Diffstat (limited to 'early-plugins.mk')
-rw-r--r--early-plugins.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index e749227..271cfab 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -18,7 +18,7 @@ OTP-20 := OTP-20.0.5 OTP-20.1.7 OTP-20.2.4 OTP-20.3.8.26
OTP-21 := OTP-21.0.9 OTP-21.1.4 OTP-21.2.7 OTP-21.3.8.23
OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-22.2.8 OTP-22.3.4.18
OTP-23 := OTP-23.0.4 OTP-23.1.5 OTP-23.2.7.3 OTP-23.3.4
-OTP-24 := OTP-24.0-rc3
+OTP-24 := OTP-24.0
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22) $(OTP-23) $(OTP-24)
OTP-19+ := $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22) $(OTP-23) $(OTP-24)
@@ -86,7 +86,7 @@ OTP-23-DROPPED := OTP-23.0-rc1 OTP-23.0-rc2 OTP-23.0-rc3 OTP-23.0 OTP-23.0.1 \
OTP-23.0.2 OTP-23.0.3 OTP-23.1 OTP-23.1.1 OTP-23.1.2 OTP-23.1.3 OTP-23.1.4 \
OTP-23.2 OTP-23.2.1 OTP-23.2.3 OTP-23.2.4 OTP-23.3.1 OTP-23.3.2 OTP-23.2.7.2 \
OTP-23.3.3
-OTP-24-DROPPED := OTP-24.0-rc2
+OTP-24-DROPPED := OTP-24.0-rc2 OTP-24.0-rc3
OTP-DROPPED := $(OTP-18-DROPPED) $(OTP-19-DROPPED) $(OTP-20-DROPPED) \
$(OTP-21-DROPPED) $(OTP-22-DROPPED) $(OTP-23-DROPPED) $(OTP-24-DROPPED)
@@ -156,7 +156,7 @@ WINDOWS-OTP-20 := 20.0 20.1 20.2 20.3
WINDOWS-OTP-21 := 21.0.1 21.1 21.2 21.3
WINDOWS-OTP-22 := 22.0 22.1 22.2 22.3
WINDOWS-OTP-23 := 23.0 23.1 23.2 23.3
-WINDOWS-OTP-24 :=
+WINDOWS-OTP-24 := 24.0
WINDOWS-OTP-18+ := $(WINDOWS-OTP-18) $(WINDOWS-OTP-19) $(WINDOWS-OTP-20) $(WINDOWS-OTP-21) \
$(WINDOWS-OTP-22) $(WINDOWS-OTP-23) $(WINDOWS-OTP-24)
@@ -219,7 +219,7 @@ WINDOWS-OTP-23.1-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl-23.1/bin)
WINDOWS-OTP-23.2-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl-23.2/bin)
WINDOWS-OTP-23.3-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl-23.3/bin)
-#WINDOWS-OTP-24.0-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl-24.0/bin)
+WINDOWS-OTP-24.0-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl-24.0/bin)
# We have to duplicate this for it to work as
# it is not yet defined when we define this.