aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2025-01-14 13:21:26 +0100
committerLoïc Hoguin <[email protected]>2025-01-14 13:21:26 +0100
commit93dcc51fad5b7ad6025a4ceef4c6e299dd2ee904 (patch)
tree3decbbbd5329e5ae4068c117110bf9b38df6f622
parente06f1181928a5b484a644fee7f841d89767e7af1 (diff)
downloadci.erlang.mk-93dcc51fad5b7ad6025a4ceef4c6e299dd2ee904.tar.gz
ci.erlang.mk-93dcc51fad5b7ad6025a4ceef4c6e299dd2ee904.tar.bz2
ci.erlang.mk-93dcc51fad5b7ad6025a4ceef4c6e299dd2ee904.zip
OTP-27.0+ for Windows
-rw-r--r--early-plugins.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 39702fb..27f203f 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -202,7 +202,7 @@ WINDOWS-OTP-23 := 23.0 23.1 23.2 23.3
WINDOWS-OTP-24 := 24.0 24.1 24.2 24.3
WINDOWS-OTP-25 := 25.0 25.1 25.2 25.3
WINDOWS-OTP-26 := 26.0 26.1 26.2
-WINDOWS-OTP-27 :=
+WINDOWS-OTP-27 := 27.0 27.1 27.2
WINDOWS-OTP-18+ := $(WINDOWS-OTP-18) $(WINDOWS-OTP-19) $(WINDOWS-OTP-20) $(WINDOWS-OTP-21) \
$(WINDOWS-OTP-22) $(WINDOWS-OTP-23) $(WINDOWS-OTP-24) $(WINDOWS-OTP-25) $(WINDOWS-OTP-26) \
@@ -297,6 +297,10 @@ WINDOWS-OTP-26.0-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl-26.0/bin)
WINDOWS-OTP-26.1-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl-26.1/bin)
WINDOWS-OTP-26.2-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl-26.2/bin)
+WINDOWS-OTP-27.0-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl-27.0/bin)
+WINDOWS-OTP-27.1-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl-27.1/bin)
+WINDOWS-OTP-27.2-INSTALL-DIR := $(call msys2_path,$(PROGRAMFILES)/erl-27.2/bin)
+
# We have to duplicate this for it to work as
# it is not yet defined when we define this.
ci_windows_verbose_0 = @echo " CI " $(1);