From: W.C.A. Wijngaards Date: Thu, 24 Jun 2021 07:29:29 +0000 (+0200) Subject: Fix syntax of analysis workflow. X-Git-Tag: release-1.13.2rc1~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15bf9fe5815cfc35dd9d9507b5c19b56ab03b4b1;p=thirdparty%2Funbound.git Fix syntax of analysis workflow. --- diff --git a/.github/workflows/analysis_ports.yml b/.github/workflows/analysis_ports.yml index 7a24e2b6f..4a44809ed 100644 --- a/.github/workflows/analysis_ports.yml +++ b/.github/workflows/analysis_ports.yml @@ -20,6 +20,7 @@ jobs: - MAKE_TEST: "yes" - runs-on: ubuntu-latest name: Clang on Linux, clang-analysis + env: - CONFIG_OPTS: "CC=clang --enable-debug --disable-flto" - MAKE_TEST: "yes" - TEST_ANALYZER: "yes" diff --git a/doc/Changelog b/doc/Changelog index 84b85a4e9..bbb2c0ed4 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +24 June 2021: Wouter + - Add analyzer and port compile github workflow. + 23 June 2021: Wouter - Fix #503: DNS over HTTPS response truncated. - Fix warnings reported by the gcc analyzer.