Commit Graph

10 Commits

Author SHA1 Message Date
50a911a43c port to meson cargo
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 10m53s
Gentoo Utils / check-format (push) Failing after 1m0s
Gentoo Utils / docs (push) Failing after 58s
Gentoo Utils / grep (push) Successful in 56s
Gentoo Utils / build (push) Failing after 1m2s
Gentoo Utils / test (push) Has been skipped
Gentoo Utils / fuzz (push) Has been skipped
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
to simply place some patches and a meson.build in a specific directory
and meson will automatically pick them up.
2025-12-21 04:20:53 +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