diff options
| author | Loïc Hoguin <[email protected]> | 2026-05-06 16:11:35 +0200 |
|---|---|---|
| committer | Loïc Hoguin <[email protected]> | 2026-05-06 16:11:35 +0200 |
| commit | b263c617b34b03e58fa36f9e1da2dcf4abfb8fa5 (patch) | |
| tree | 1796e208eda650e82a2f3a2930378c4be15a42cc | |
| parent | f107f108d99bf936fefb16ee445d36a09b148a1a (diff) | |
| download | cowboy-corral.tar.gz cowboy-corral.tar.bz2 cowboy-corral.zip | |
WIPcorral
| -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 |
