From 8eb58060f86513442db422e6a89ac4ec41d65c2e Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 12 Aug 2022 11:10:29 +0200 Subject: [PATCH] CI: Remove syntax_tools from release, as fast_xml throws many dialyzer errors --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5fb3df..7692f7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,6 +69,9 @@ jobs: sqlite3, stringprep, stun, xmpp, yconf]} ]}.' >>rebar.config echo '{ct_extra_params, "-verbosity 20"}.' >>rebar.config + - name: Remove syntax_tools from release + run: sed -i 's|, syntax_tools||g' src/ejabberd.app.src.script + - name: Cache rebar uses: actions/cache@v3 with: