remove cbindgen from meson deps and dockerfile
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 5m28s
Gentoo Utils / build (push) Failing after 1m46s

This commit is contained in:
2025-12-08 01:39:32 +00:00
parent f279f75a19
commit 160b27e6b0
2 changed files with 0 additions and 3 deletions

View File

@@ -14,7 +14,6 @@ RUN emerge \
llvm-core/lld \
dev-vcs/git \
sys-process/parallel \
dev-util/cbindgen \
net-libs/nodejs

View File

@@ -1,3 +1 @@
cbindgen = find_program('cbindgen')
subdir('atom')