From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.13]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6338E10E173 for ; Mon, 15 Jan 2024 07:15:29 +0000 (UTC) Date: Mon, 15 Jan 2024 08:15:17 +0100 From: Mauro Carvalho Chehab To: Lucas De Marchi Subject: Re: [PATCH i-g-t 1/2] build: Build xe tests by default Message-ID: <20240115081517.059f5ca1@maurocar-mobl2> In-Reply-To: <20240111213358.1656641-1-lucas.demarchi@intel.com> References: <20240111213358.1656641-1-lucas.demarchi@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: igt-dev@lists.freedesktop.org Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On Thu, 11 Jan 2024 13:33:57 -0800 Lucas De Marchi wrote: > Swap the default value so xe tests are built by default. Once CI and > others are adapted, then the option can be removed. > > Signed-off-by: Lucas De Marchi Reviewed-by: Mauro Carvalho Chehab > --- > meson_options.txt | 9 ++------- > 1 file changed, 2 insertions(+), 7 deletions(-) > > diff --git a/meson_options.txt b/meson_options.txt > index 12b5bb3c3..6a9493ea6 100644 > --- a/meson_options.txt > +++ b/meson_options.txt > @@ -37,15 +37,10 @@ option('tests', > type : 'feature', > description : 'Build tests') > > -# Currently, Xe uAPI is not stable: it may still change while the driver is > -# not merged upstream. > -# So, add an option to enable it, as distros shall not be shipping > -# binaries with Xe tests on it, as they will most certainly fail once > -# drivers get upstreamed. > option('xe_driver', > type : 'feature', > - value : 'disabled', > - description : 'Build tests for Xe driver (experimental)') > + value : 'enabled', > + description : 'Build tests for Xe driver') > > option('libdrm_drivers', > type : 'array',