Re: [ovs-dev] [PATCH ovn 1/3] ci: Conditionally install gcc-multilib

2023-04-21 Thread Dumitru Ceara
On 4/17/23 16:47, Ales Musil wrote: > The gcc-multilib is needed for x86 build on > x86_64, but the package is not available for > arm64. We need to conditonally install only > when we run the x86 job. > > Signed-off-by: Ales Musil > --- > .ci/linux-build.sh | 7 +++ > 1 file changed, 7

[ovs-dev] [PATCH ovn 1/3] ci: Conditionally install gcc-multilib

2023-04-17 Thread Ales Musil
The gcc-multilib is needed for x86 build on x86_64, but the package is not available for arm64. We need to conditonally install only when we run the x86 job. Signed-off-by: Ales Musil --- .ci/linux-build.sh | 7 +++ 1 file changed, 7 insertions(+) diff --git a/.ci/linux-build.sh