aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-01-16 15:24:58 +0100
committerLoïc Hoguin <[email protected]>2023-01-16 15:24:58 +0100
commit73a2e67e709c38930580a80238e308397472c47d (patch)
treee049f949922ca87022a80830467faa2d73c9169f /Makefile
parente9a597168760eca6cedbe4a5726b1f90b7a6d21b (diff)
downloadasciideck-73a2e67e709c38930580a80238e308397472c47d.tar.gz
asciideck-73a2e67e709c38930580a80238e308397472c47d.tar.bz2
asciideck-73a2e67e709c38930580a80238e308397472c47d.zip
Require OTP-21+ and remove erlang:get_stacktrace/0 usageHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 623bc4a..94a1c3c 100644
--- a/Makefile
+++ b/Makefile
@@ -15,10 +15,9 @@ dep_ct_helper = git https://github.com/ninenines/ct_helper master
dep_ci.erlang.mk = git https://github.com/ninenines/ci.erlang.mk master
DEP_EARLY_PLUGINS = ci.erlang.mk
-AUTO_CI_OTP ?= OTP-20+
+AUTO_CI_OTP ?= OTP-21+
AUTO_CI_HIPE ?= OTP-LATEST
# AUTO_CI_ERLLVM ?= OTP-LATEST
-# Not sure why but the groff tests fail before OTP-21.
AUTO_CI_WINDOWS ?= OTP-21+
include erlang.mk