[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] tests/vpci: Use $(CC) instead of $(HOSTCC)
- To: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- From: "Orzel, Michal" <michal.orzel@xxxxxxx>
- Date: Mon, 2 Jun 2025 17:40:01 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=amd.com; dmarc=pass action=none header.from=amd.com; dkim=pass header.d=amd.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=Gdy7SCFRir2oQeE1e9j4czGYajiy4okOYIPvAppi+58=; b=Wzo4YG5TmRE0r6Q0DPJKCa2FLICUSRsve4xkiLPo6K4ZyaudCn4NOykRNk4uB5WKn3XwavzZMMaEt1Rkigh+0YSlvb0H8OhK+oWG9NBJzYgPxIbkIkRNVUigtsSv2hub1EnUZ1VYRzvaOL2zvrWYHwIRNfCHtIFdy3WGp3NOF7Ty6C18fxmLEgd5aG/VinXaP3GwpcVLqYnM1rq5PNPOVJHJIyIJPyIsUXCA+mIBmlSMpqgyUGQVhq2ceTMRrN2h/fjrYiLct0pRgZ2cCRKL7kY32tSn+Z8b2HWckTt7UtQXQNXWd9lQGjw39Y9uFUBLsXph/LevPJqCh8GehRcuiQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=C8WkjxORBBlypN3c01ftfrIsYdD7xacScC1q1mtFbcXHGA4KbjAtA7LfYzM0HH8Q6MqzJIqYj82khT+1jmUQh5MFIxCDUPIFFh3YAVG+4MV5dAEKH1b7Eo+cp2rv2ZrWyw+FZOZd5AlC4pg525bMbhaxMEuHrmVa5BK+MwvTw0y3+QfWHwywROADqySBceZRsnXRDvECHVZ3YYherXQZLlvudYnEePgwQieblaIDF1P4TCUu9Sfigs1LeaK3Jk2moP7IthorkpeA2THEWmtn0kk0OVIQ9MxojXruH8bdfR56w3q6IGVC29pRFkO0Ci+T83XYzfi8o5dJl7ys8qYhkA==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=amd.com;
- Cc: Roger Pau Monné <roger.pau@xxxxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>
- Delivery-date: Mon, 02 Jun 2025 15:40:19 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 02/06/2025 17:36, Andrew Cooper wrote:
> On 02/06/2025 4:09 pm, Michal Orzel wrote:
>> These tests are supposed to run on target. HOSTCC can be different than
>> CC (when cross-compiling). At the moment, tests installation would put
>> a binary of a wrong format in the destdir.
>>
>> Fixes: e90580f25bd7 ("vpci: introduce basic handlers to trap accesses to the
>> PCI config space")
>> Signed-off-by: Michal Orzel <michal.orzel@xxxxxxx>
>
> Oh. This didn't explode in GitlabCI because there's no ARM version of
> *-tools-tests-*.
>
> Can we fix that too please, seeing as there is a real ARM board?
We will add it to our TODO.
>
> Also, I guess we have to finally sort out the CC vs HOSTCC debate.
>
> ~Andrew
~Michal
|