]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Fix syntax of analysis workflow.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 24 Jun 2021 07:29:29 +0000 (09:29 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 24 Jun 2021 07:29:29 +0000 (09:29 +0200)
.github/workflows/analysis_ports.yml
doc/Changelog

index 7a24e2b6f7e5bd0804631d1cab691de8215f2154..4a44809ed96c9aafda934adc4ca37a24ad4e7938 100644 (file)
@@ -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"
index 84b85a4e9ea1dc925f0a83cd80995b99f29c58eb..bbb2c0ed4fdd956aca9f063c7de704be6114cbc3 100644 (file)
@@ -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.