4 Commits

Author SHA1 Message Date
a4225851a0 fixup
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 6m49s
Gentoo Utils / build (push) Failing after 4s
Gentoo Utils / check-format (push) Failing after 3s
Gentoo Utils / test (push) Has been skipped
Gentoo Utils / fuzz (push) Has been skipped
Gentoo Utils / docs (push) Failing after 3s
Gentoo Utils / grep (push) Successful in 2s
2025-12-21 06:09:55 +00:00
00eac7fed4 fixup
Some checks failed
Gentoo Utils / build (push) Has been cancelled
Gentoo Utils / test (push) Has been cancelled
Gentoo Utils / fuzz (push) Has been cancelled
Gentoo Utils / check-format (push) Has been cancelled
Gentoo Utils / docs (push) Has been cancelled
Gentoo Utils / grep (push) Has been cancelled
Gentoo Utils / build-oci-image (push) Has been cancelled
2025-12-21 06:07:21 +00:00
6168ae780e fixup
Some checks failed
Gentoo Utils / build (push) Failing after 4s
Gentoo Utils / test (push) Has been skipped
Gentoo Utils / fuzz (push) Has been skipped
Gentoo Utils / check-format (push) Failing after 3s
Gentoo Utils / docs (push) Failing after 3s
Gentoo Utils / grep (push) Successful in 2s
Gentoo Utils / build-oci-image (push) Successful in 20s
2025-12-21 05:17:50 +00:00
787aacc865 port to meson cargo
Some checks failed
Gentoo Utils / build-oci-image (push) Failing after 5m17s
Gentoo Utils / build (push) Has been skipped
Gentoo Utils / test (push) Has been skipped
Gentoo Utils / fuzz (push) Has been skipped
Gentoo Utils / check-format (push) Has been skipped
Gentoo Utils / docs (push) Has been skipped
Gentoo Utils / grep (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
use a wrap file with a custom meson.build and some patches to make it
compile without running its build.rs script.
2025-12-21 05:09:23 +00:00

View File

@@ -6,7 +6,7 @@ RUN getuto
RUN emerge-webrsync
RUN emerge \
RUN emerge --jobs=$(nproc) \
=dev-lang/rust-bin-9999 \
llvm-core/clang \
llvm-core/lld \