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

Use cmake in ci/fuzz #361

Merged
merged 5 commits into from
Mar 18, 2025
Merged

Use cmake in ci/fuzz #361

merged 5 commits into from
Mar 18, 2025

Conversation

dacav
Copy link
Contributor

@dacav dacav commented Mar 17, 2025

No description provided.

Ensure path is absolute if provided (the script would fail if FAKEROOT is
supplied as relative path)

Erase FAKEROOT before exiting if created with `mktemp -d`
@dacav dacav requested a review from LDVG March 17, 2025 14:57
dacav added 4 commits March 18, 2025 10:36
Split options on multiple lines and sort

Invoke 'cmake --build' instead of 'make' (drop assumptions on underlying build
system)

Drop pushd/popd in favour of supplied build and source directories. Use
subshell when necessary.

Cache `nproc` into a variable
Use ninja for faster build.
Drop autoconf/automake/libtool from workflow dependencies, and add ninja.
The current revision of the script does not use any bashism
nor pipes that require 'pipefail'. We can downgrade to the plain
sh interpreter.
@dacav dacav force-pushed the dacav/fuzz-cmake branch from 422a896 to 6914452 Compare March 18, 2025 09:37
@dacav dacav merged commit 6914452 into main Mar 18, 2025
31 checks passed
@dacav dacav deleted the dacav/fuzz-cmake branch March 18, 2025 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants