diff options
author | Loïc Hoguin <[email protected]> | 2023-01-16 15:24:58 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2023-01-16 15:24:58 +0100 |
commit | 73a2e67e709c38930580a80238e308397472c47d (patch) | |
tree | e049f949922ca87022a80830467faa2d73c9169f /Makefile | |
parent | e9a597168760eca6cedbe4a5726b1f90b7a6d21b (diff) | |
download | asciideck-master.tar.gz asciideck-master.tar.bz2 asciideck-master.zip |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |