aboutsummaryrefslogtreecommitdiffstats
path: root/early-plugins.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-05-24 13:16:10 +0200
committerLoïc Hoguin <[email protected]>2018-05-24 13:16:10 +0200
commit4c3c9fb8d073e4188efa647eaab5710254a2b017 (patch)
tree37a4705d55238b85ba121aaabc0bddef0799f092 /early-plugins.mk
parent92fad299cb376cfcdc597f5491c7aa517cc8dd32 (diff)
downloadci.erlang.mk-4c3c9fb8d073e4188efa647eaab5710254a2b017.tar.gz
ci.erlang.mk-4c3c9fb8d073e4188efa647eaab5710254a2b017.tar.bz2
ci.erlang.mk-4c3c9fb8d073e4188efa647eaab5710254a2b017.zip
Don't test OTP-21.0-rc1 on FreeBSD since it doesn't compile
Diffstat (limited to 'early-plugins.mk')
-rw-r--r--early-plugins.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index c677563..4333feb 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -26,7 +26,12 @@
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-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21)
OTP-19+ := $(OTP-19) $(OTP-20) $(OTP-21)