mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
Fix syntax of analysis workflow.
This commit is contained in:
parent
999eddd27f
commit
15bf9fe581
2 changed files with 4 additions and 0 deletions
1
.github/workflows/analysis_ports.yml
vendored
1
.github/workflows/analysis_ports.yml
vendored
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue