]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
rust: build: remove "protocol: rust: from doctests
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 19 Sep 2025 10:16:25 +0000 (12:16 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 22 Sep 2025 15:17:18 +0000 (17:17 +0200)
It is added already by rust.doctest.

Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
rust/bql/meson.build
rust/common/meson.build
rust/migration/meson.build
rust/qom/meson.build
rust/util/meson.build

index f369209dfddcea93acdd34de8a13953402001b8c..7214d9440893e15bf3ab974e2e394a1bcf1b64e5 100644 (file)
@@ -47,6 +47,5 @@ bql_rs = declare_dependency(link_with: [_bql_rs],
 # in a separate suite that is run by the "build" CI jobs rather than "check".
 rust.doctest('rust-bql-rs-doctests',
      _bql_rs,
-     protocol: 'rust',
      dependencies: bql_rs,
      suite: ['doc', 'rust'])
index 07d073182ed10cc8cc76449d2e29a7ee3a1af48a..aff601d1df27cb3bbb0c39240dde15a4ca59f2ac 100644 (file)
@@ -32,6 +32,5 @@ rust.test('rust-common-tests', _common_rs,
 # in a separate suite that is run by the "build" CI jobs rather than "check".
 rust.doctest('rust-common-doctests',
      _common_rs,
-     protocol: 'rust',
      dependencies: common_rs,
      suite: ['doc', 'rust'])
index 5e820d43f5017461fc544b0e99982026e66afc2e..2a49bd1633e590a27e5640e3196148a26029bc2e 100644 (file)
@@ -48,6 +48,5 @@ migration_rs = declare_dependency(link_with: [_migration_rs],
 # in a separate suite that is run by the "build" CI jobs rather than "check".
 rust.doctest('rust-migration-rs-doctests',
      _migration_rs,
-     protocol: 'rust',
      dependencies: migration_rs,
      suite: ['doc', 'rust'])
index 40c51b71b23a9c0d2fa688605828368683d34ce6..21e12148da4f0b69f4186e13c5be463de457a2b0 100644 (file)
@@ -38,6 +38,5 @@ qom_rs = declare_dependency(link_with: [_qom_rs], dependencies: [qemu_macros, qo
 # in a separate suite that is run by the "build" CI jobs rather than "check".
 rust.doctest('rust-qom-rs-doctests',
      _qom_rs,
-     protocol: 'rust',
      dependencies: qom_rs,
      suite: ['doc', 'rust'])
index 96330504459424fb7b579d99637a0e458126b328..7ca69939ce5cc67c1bcb186d38deff6afc194cfa 100644 (file)
@@ -53,7 +53,6 @@ rust.test('rust-util-tests', _util_rs,
 # in a separate suite that is run by the "build" CI jobs rather than "check".
 rust.doctest('rust-util-rs-doctests',
      _util_rs,
-     protocol: 'rust',
      dependencies: util_rs,
      suite: ['doc', 'rust']
 )