From: Fabio M. Di Nitto <fdinitto@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [ClusterLabs] gfs2-utils 3.5.0 released
Date: Wed, 15 Feb 2023 05:55:36 +0100 [thread overview]
Message-ID: <46f838d2-96d5-5109-95c5-9e7056bee87c@redhat.com> (raw)
In-Reply-To: <Y+vsdnFHPJifPzE/@valentin-vidic.from.hr>
On 14/02/2023 21.17, Valentin Vidic wrote:
> On Tue, Feb 14, 2023 at 06:18:55AM +0100, Fabio M. Di Nitto wrote:
>> The process would have to look like:
>>
>> <deploy amd64 debian image and add to CI> (usual)
>> apt-get install <list of packages + 32 bit versions of them>
>> git clone gfs2-utils
>> export CFLAGS/LDFLAGS/CC or whatever env var
>> <normal build bits go here>
>> ./autogen.sh
>> ./configure..
>> make
>> make <tests>
>>
>> Using other build tools like debbuild or mock has been problematic in the
>> past for other projects, might not be the case for gfs2-utils.
>>
>> so you can try that all in a local VM and let me know the steps, then we can
>> add it to CI.
>
> Sure, the commands to build and test a 32-bit version look like this for me:
>
> dpkg --add-architecture i386
doh.. didn?t think of cross compilation.
> apt-get update
> apt-get install --yes build-essential crossbuild-essential-i386 autoconf automake autopoint autotools-dev bison flex check:i386 libblkid-dev:i386 libbz2-dev:i386 libncurses-dev:i386 libtool pkg-config:i386 zlib1g-dev:i386
> ./configure --build=x86_64-linux-gnu --host=i686-linux-gnu
> make
> make check
>
ack perfect, we already have a Debian CI builder dedicated to arm cross
compilation, we can tweak it to add i386 as well.
Thanks
Fabio
prev parent reply other threads:[~2023-02-15 4:55 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-09 13:12 [Cluster-devel] gfs2-utils 3.5.0 released Andrew Price
2023-02-11 17:16 ` [Cluster-devel] [ClusterLabs] " Valentin Vidić
2023-02-13 9:58 ` Andrew Price
2023-02-13 16:54 ` Andrew Price
2023-02-13 23:52 ` Valentin Vidic
2023-02-14 5:18 ` Fabio M. Di Nitto
2023-02-14 20:17 ` Valentin Vidic
2023-02-15 4:55 ` Fabio M. Di Nitto [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=46f838d2-96d5-5109-95c5-9e7056bee87c@redhat.com \
--to=fdinitto@redhat.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).