diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2025-09-24 16:04:18 +0400 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2025-09-30 19:33:25 +0400 |
commit | d9703225f5bbec3f1dec08623106b10255c0474a (patch) | |
tree | 57b8443b0ff6e7978df467f9d4bfaa6b47250b10 /scripts/lib/kdoc/kdoc_output.py | |
parent | 5314a5ba2b53709eeb16f23c80cb28e096c9589b (diff) | |
download | qemu-d9703225f5bbec3f1dec08623106b10255c0474a.zip qemu-d9703225f5bbec3f1dec08623106b10255c0474a.tar.gz qemu-d9703225f5bbec3f1dec08623106b10255c0474a.tar.bz2 |
meson: rust-bindgen limit allowlist-file to srcdir/include
gitlab CI restricts usage of directories for the build environment and
cache. Msys64 is installed under project root ($srcdir/msys64). This
confuses rust-bindgen allowlist-file which will generate bindings for
all the system include headers under msys64/.
blocklist-file is also too strict, as it prevents generating all the
recursively dependent types coming from system includes.
Instead, let's not use allowlist-file from the project root,
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-ID: <20250924120426.2158655-22-marcandre.lureau@redhat.com>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_output.py')
0 files changed, 0 insertions, 0 deletions