diff options
| -rw-r--r-- | Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -28,7 +28,7 @@ DOC_DEPS = asciideck TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) ct_helper gun dep_ct_helper = git https://github.com/ninenines/ct_helper master -dep_gun = git https://github.com/ninenines/gun master +dep_gun = git https://github.com/ninenines/gun corral # CI configuration. @@ -85,11 +85,6 @@ endif app:: rebar.config -# Fix quicer compilation for HTTP/3. - -autopatch-quicer:: - $(verbose) printf "%s\n" "all: ;" > $(DEPS_DIR)/quicer/c_src/Makefile.erlang.mk - # Dialyze the tests. #DIALYZER_OPTS += --src -r test |
