redict/.github/workflows
Binbin 980bb3ae19
Add REDIS_CFLAGS='-Werror' to CI tests (#9828)
Update CI so that warnings cause build failures.

Also fix a warning in `test-sanitizer-address`:
```
In function ‘strncpy’,
   inlined from ‘clusterUpdateMyselfIp’ at cluster.c:545:13:

/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10:
error: ‘__builtin_strncpy’ specified bound 46 equals destination size [-Werror=stringop-truncation]

  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
```
2021-11-29 10:30:35 +02:00
..
ci.yml Add REDIS_CFLAGS='-Werror' to CI tests (#9828) 2021-11-29 10:30:35 +02:00
codeql-analysis.yml Add codeql static analysis in PR CI (#8854) 2021-04-26 12:55:54 +03:00
daily.yml Add REDIS_CFLAGS='-Werror' to CI tests (#9828) 2021-11-29 10:30:35 +02:00
external.yml Archive external redis log in external tests (#9765) 2021-11-11 13:04:02 +02:00
spell-check.yml Fixed some typos, add a spell check ci and others minor fix (#8890) 2021-06-10 15:39:33 +03:00