aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-07-12 17:48:51 +0200
committerLoïc Hoguin <[email protected]>2017-07-12 17:48:51 +0200
commit13ba35f2f0075781de1c0edf0802e2d1023f61ff (patch)
tree376a7dc5b8d0068072c3d2a9b32c6f9b4e073613 /Makefile
parent949dbb5434e005083008e62736f432083e5da07c (diff)
downloadcowboy-13ba35f2f0075781de1c0edf0802e2d1023f61ff.tar.gz
cowboy-13ba35f2f0075781de1c0edf0802e2d1023f61ff.tar.bz2
cowboy-13ba35f2f0075781de1c0edf0802e2d1023f61ff.zip
Disable testing of ErlLLVM
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 30a253b..b8f30d9 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ CT_OPTS += -ct_hooks cowboy_ct_hook [] # -boot start_sasl
CI_OTP ?= OTP-19.0.7 OTP-19.1.6 OTP-19.2.3 OTP-19.3.6.1 OTP-20.0.1
CI_HIPE ?= $(lastword $(CI_OTP))
-CI_ERLLVM ?= $(CI_HIPE)
+# CI_ERLLVM ?= $(CI_HIPE)
# Dependencies.