automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw124988 [PATCH] [v2] mldev: disable build on Windows
@ 2023-03-10 15:22 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2023-03-10 15:22 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/124988

_apply patch failure_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Friday, March 10 2023 09:23:29 
Applied on: CommitID:fc54766b1612b29c75fd39bd015f27dd57feec5f
Apply patch set 124988 failed:

Checking patch lib/mldev/meson.build...
error: while searching for:
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) 2022 Marvell.

sources = files(
        'rte_mldev_pmd.c',
        'rte_mldev.c',

error: patch failed: lib/mldev/meson.build:1
Applying patch lib/mldev/meson.build with 1 reject...
Rejected hunk #1.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/lib/mldev/meson.build b/lib/mldev/meson.build	(rejected hunks)
@@ -1,6 +1,12 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright (c) 2022 Marvell.
 
+if is_windows
+    build = false
+    reason = 'not supported on Windows'
+    subdir_done()
+endif
+
 sources = files(
         'rte_mldev_pmd.c',
         'rte_mldev.c',

https://lab.dpdk.org/results/dashboard/patchsets/25681/

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-10 15:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-10 15:22 |WARNING| pw124988 [PATCH] [v2] mldev: disable build on Windows dpdklab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).