aboutsummaryrefslogtreecommitdiffstats
path: root/early-plugins.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-12-11 14:42:48 +0100
committerLoïc Hoguin <[email protected]>2019-12-11 14:42:48 +0100
commitd88195cfe9f071c104625053679db19c72a42227 (patch)
tree0fb3be30a9e488ac3d41b656ef8538a45d3389e1 /early-plugins.mk
parent905bb07b8087ae09e633b03be7af38095e9adaae (diff)
downloadci.erlang.mk-d88195cfe9f071c104625053679db19c72a42227.tar.gz
ci.erlang.mk-d88195cfe9f071c104625053679db19c72a42227.tar.bz2
ci.erlang.mk-d88195cfe9f071c104625053679db19c72a42227.zip
OTP-22.2
Diffstat (limited to 'early-plugins.mk')
-rw-r--r--early-plugins.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index e70bd51..cdfb2c3 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -27,7 +27,7 @@ OTP-18 := OTP-18.0.3 OTP-18.1.5 OTP-18.2.4 OTP-18.3.4.11
OTP-19 := OTP-19.0.7 OTP-19.1.6 OTP-19.2.3 OTP-19.3.6.13
OTP-20 := OTP-20.0.5 OTP-20.1.7 OTP-20.2.4 OTP-20.3.8.24
OTP-21 := OTP-21.0.9 OTP-21.1.4 OTP-21.2.7 OTP-21.3.8.11
-OTP-22 := OTP-22.0.7 OTP-22.1.8
+OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-22.2
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22)
OTP-19+ := $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22)
@@ -151,7 +151,7 @@ WINDOWS-OTP-18 := 18.0 18.1 18.2.1 18.3
WINDOWS-OTP-19 := 19.0 19.1 19.2 19.3
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
+WINDOWS-OTP-22 := 22.0 22.1 22.2
WINDOWS-OTP-18+ := $(WINDOWS-OTP-18) $(WINDOWS-OTP-19) $(WINDOWS-OTP-20) $(WINDOWS-OTP-21) $(WINDOWS-OTP-22)
WINDOWS-OTP-19+ := $(WINDOWS-OTP-19) $(WINDOWS-OTP-20) $(WINDOWS-OTP-21) $(WINDOWS-OTP-22)
@@ -194,6 +194,7 @@ WINDOWS-OTP-21.3-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl10.3/bin)
WINDOWS-OTP-22.0-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl10.4/bin)
WINDOWS-OTP-22.1-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl10.5/bin)
+WINDOWS-OTP-22.2-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl10.6/bin)
# We have to duplicate this for it to work as
# it is not yet defined when we define this.