Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub action #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add GitHub action #1

wants to merge 2 commits into from

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/uci/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 <hauke@hauke-m.de>
Add a github action to build uci and then execute the tests.

This first builds and installs libubox and then uses that dependency to
build and test uci.

clang 14 generates debug information 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 <hauke@hauke-m.de>
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