Skip to content

Conversation

@hauke
Copy link
Member

@hauke hauke commented Mar 8, 2023

This adds a github action which compiles the library and runs some tests.

the results of the github action are located here: https://github.com/hauke/libubox/actions

It looks like libfuzzer is compiled using libstd++ on Debian Bookworm
and not libc++. Using libc++ causes linking errors, use libstd++
instead.

Signed-off-by: Hauke Mehrtens <[email protected]>
Add a github action to build libubox and then execute the tests.

clang 14 generates debug informations in DWARF 5 format, but valgrind
19.0 does not support that. Install valgrind 20.0 from experimental
which supports it.

Signed-off-by: Hauke Mehrtens <[email protected]>
ynezz referenced this pull request in openwrt/ubox Mar 3, 2024
Add CodeQL workflow test to catch security vulnerabilities and enable
suggestion for better code.

All the dependency comes from the build-ubox workflow but all is built
on ubuntu instead of alpine image.

CodeQL queries enabled: security-and-quality

Signed-off-by: Christian Marangi <[email protected]>
ynezz referenced this pull request Mar 3, 2024
Add build test run and fuzzing test. Lua support is also enabled.

Signed-off-by: Christian Marangi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant