From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1kKeO2-0001uu-Tz for mharc-grub-devel@gnu.org; Tue, 22 Sep 2020 05:15:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34958) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kKeNz-0001u1-3m for grub-devel@gnu.org; Tue, 22 Sep 2020 05:14:55 -0400 Received: from mx2.suse.de ([195.135.220.15]:58840) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kKeNv-0004My-Bh for grub-devel@gnu.org; Tue, 22 Sep 2020 05:14:54 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 903E6ACDF; Tue, 22 Sep 2020 09:15:26 +0000 (UTC) Date: Tue, 22 Sep 2020 11:14:48 +0200 From: Petr Vorel To: Daniel Kiper Cc: grub-devel@gnu.org Subject: Re: [PATCH 3/4] travis: Remove mips builds Message-ID: <20200922091448.GA45420@x230> Reply-To: Petr Vorel References: <20200909200221.410705-1-pvorel@suse.cz> <20200909200221.410705-4-pvorel@suse.cz> <20200917135032.nwkgzcnkechb5eja@tomti.i.net-space.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200917135032.nwkgzcnkechb5eja@tomti.i.net-space.pl> Received-SPF: pass client-ip=195.135.220.15; envelope-from=pvorel@suse.cz; helo=mx2.suse.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/21 01:21:24 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x (no timestamps) [generic] X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2020 09:14:56 -0000 > On Wed, Sep 09, 2020 at 10:02:20PM +0200, Petr Vorel wrote: > > Remove mips builds fix configure error: > > configure: error: could not force big-endian) > Could you try to fix mips and risc5 builds instead of removing them? mips fails due using compiler [1] which lacks lacks big-endian support: "configure: error: could not force big-endian" Maybe later versions (9.3.0, 10.1.0) will have the support. The other way (probably slower) would be to add foreign architecture and install the compiler with apt. And also IMHO job should stop on configure fail, not continue after that. I'll probably send a patch fixing this. > Daniel [1] https://mirrors.kernel.org/pub/tools/crosstool/files/bin/x86_64/8.1.0/x86_64-gcc-8.1.0-nolibc-riscv32-linux.tar.gz