[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 10/10] travis: Disable IA64 target
From: |
Alexander Graf |
Subject: |
Re: [PATCH v3 10/10] travis: Disable IA64 target |
Date: |
Tue, 4 Jun 2019 13:46:15 +0200 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 |
On 04.06.19 13:35, John Paul Adrian Glaubitz wrote:
> On 6/4/19 12:27 PM, Alexander Graf wrote:
>> The IA64 target currently does not compile due to the following error
>> message:
>>
>> grub-mkimage: error: undefined symbol grub_arch_sync_dma_caches.
>>
>> If anyone cares enough about IA64 to fix it up, be my guest and revert
>> this commit afterwards. For now, we really need to move forward with
>> a fully successful travis run to ensure that we catch regressions early
>> on.
> This can't be. GRUB builds just fine on ia64, I just tested that yesterday.
Travis doesn't lie :). Maybe it's something about the toolchain used?
https://travis-ci.org/agraf/grub/jobs/541099309
Alex
- Re: [PATCH v3 09/10] travis: Disable MIPS target, (continued)