From: Thomas Monjalon <thomas@monjalon.net>
To: dev@dpdk.org
Cc: Bruce Richardson <bruce.richardson@intel.com>, david.marchand@redhat.com
Subject: Re: [dpdk-dev] [PATCH] devtools: allow to skip some build tests
Date: Sun, 08 Aug 2021 13:32:24 +0200 [thread overview]
Message-ID: <15812201.b3jpIIzSed@thomas> (raw)
In-Reply-To: <20210503144640.1369012-1-thomas@monjalon.net>
03/05/2021 16:46, Thomas Monjalon:
> Inserting "return 1" in .develconfig file will allow to skip
> some build tests based on $DPDK_TARGET or other parameters.
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> ---
> @@ -87,7 +87,7 @@ load_env () # <target compiler>
> fi
> echo "Using DPDK_TARGET $DPDK_TARGET" >&$verbose
> # config input: $DPDK_TARGET
> - . $srcdir/devtools/load-devel-config
> + . $srcdir/devtools/load-devel-config || return 1
> # config output: $DPDK_MESON_OPTIONS, $PATH, $PKG_CONFIG_PATH, etc
> command -v $targetcc >/dev/null 2>&1 || return 1
> }
This technique does not work,
and it is possible to skip a build test
by inserting targetcc=SKIP in the development config file.
prev parent reply other threads:[~2021-08-08 11:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-03 14:46 [dpdk-dev] [PATCH] devtools: allow to skip some build tests Thomas Monjalon
2021-08-08 11:32 ` Thomas Monjalon [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=15812201.b3jpIIzSed@thomas \
--to=thomas@monjalon.net \
--cc=bruce.richardson@intel.com \
--cc=david.marchand@redhat.com \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.