Commit Graph

10 Commits

Author SHA1 Message Date
96708614ba port to meson cargo
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 22s
Gentoo Utils / grep (push) Successful in 1m1s
Gentoo Utils / check-format (push) Successful in 1m26s
Gentoo Utils / docs (push) Successful in 1m31s
Gentoo Utils / build (push) Successful in 1m43s
Gentoo Utils / test (push) Successful in 36s
Gentoo Utils / fuzz (push) Successful in 1m21s
Use the new unstable meson cargo support. This simplifies the
meson.build script and allows to use crates such as clap that require
picking up features from Cargo.toml.

This also allows us to not embed thiserror in subprojects, and instead
use a wrap file with a custom meson.build and some patches to make it
compile without running its build.rs script.
2025-12-22 08:05:20 +00:00
53f2798549 add rustfmt target
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 9s
Gentoo Utils / build (push) Failing after 27s
2025-12-08 21:23:38 +00:00
abf784a784 add some docs 2025-11-30 22:12:49 +00:00
558e213ab4 add porthole tests to meson 2025-11-28 17:13:47 +00:00
9eaf25f8c8 change "test" meson option to "tests" 2025-11-21 23:21:15 +00:00
360a44d608 port check.sh to use only meson 2025-11-20 23:49:46 +00:00
b360132b99 generate corpus to fuzz on with meson 2025-11-16 21:57:40 +00:00
424bd9d072 move fuzz stuff into its own directory 2025-11-16 20:31:19 +00:00
7c404ca8c5 add fuzzer 2025-11-16 20:17:35 +00:00
fdf1f09d6f add meson support 2025-11-15 21:08:39 +00:00