Fix syntax of analysis workflow.

This commit is contained in:
W.C.A. Wijngaards 2021-06-24 09:29:29 +02:00
parent 999eddd27f
commit 15bf9fe581
2 changed files with 4 additions and 0 deletions

View file

@ -20,6 +20,7 @@ jobs:
- MAKE_TEST: "yes" - MAKE_TEST: "yes"
- runs-on: ubuntu-latest - runs-on: ubuntu-latest
name: Clang on Linux, clang-analysis name: Clang on Linux, clang-analysis
env:
- CONFIG_OPTS: "CC=clang --enable-debug --disable-flto" - CONFIG_OPTS: "CC=clang --enable-debug --disable-flto"
- MAKE_TEST: "yes" - MAKE_TEST: "yes"
- TEST_ANALYZER: "yes" - TEST_ANALYZER: "yes"

View file

@ -1,3 +1,6 @@
24 June 2021: Wouter
- Add analyzer and port compile github workflow.
23 June 2021: Wouter 23 June 2021: Wouter
- Fix #503: DNS over HTTPS response truncated. - Fix #503: DNS over HTTPS response truncated.
- Fix warnings reported by the gcc analyzer. - Fix warnings reported by the gcc analyzer.