Hi, this patch series sync jitterentropy-rngd with upstream release v1.1.0 (plus one additional clang compile fix uncovered by CI) adds initial support for CI testing and fixes the issues uncovered by this new CI tests. Those CI tests are currently using my proof-of-concept openwrt-ci[1] in order to:
* improve the quality of the codebase in various areas * decrease code review time and help merging contributions faster * get automagic feedback loop on various platforms and tools - out of tree build with OpenWrt SDK on following targets: * ath79-generic * imx6-generic * malta-be * mvebu-cortexa53 - out of tree native build on x86/64 with GCC (versions 7, 8, 9) and Clang 9 - out of tree native x86/64 static code analysis with cppcheck and scan-build from Clang 9 1. https://gitlab.com/ynezz/openwrt-ci/ Cheers, Petr Petr Štetiar (4): Add initial GitLab CI support Fix wrong types in format strings used in debug build jitterentropy-rngd: update to version v1.1.0 + clang compile fix Tag version 1.0.1 .gitlab-ci.yml | 7 +++++++ 3rdparty/jitterentropy-rngd | 2 +- CMakeLists.txt | 2 +- urngd.c | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 .gitlab-ci.yml _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel