aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-10-14 14:27:42 +0200
committerLoïc Hoguin <[email protected]>2019-10-14 14:27:42 +0200
commitb21b51a6078db9eb480bfd8307efbae149513266 (patch)
tree3af99c67932af4cb7d865e149faa5559fae91c98
parent573f6cc71f91362fa47351a73a826cbe68b3891b (diff)
downloadci.erlang.mk-b21b51a6078db9eb480bfd8307efbae149513266.tar.gz
ci.erlang.mk-b21b51a6078db9eb480bfd8307efbae149513266.tar.bz2
ci.erlang.mk-b21b51a6078db9eb480bfd8307efbae149513266.zip
OTP-22.1 on Windows
-rw-r--r--early-plugins.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 0542826..40c6e10 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -150,7 +150,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
+WINDOWS-OTP-22 := 22.0 22.1
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)
@@ -192,6 +192,7 @@ WINDOWS-OTP-21.2-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl10.2/bin)
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)
# We have to duplicate this for it to work as
# it is not yet defined when we define this.