On Tue, 15 Mar 2022 at 15:41, Daniel P. Berrangé <berra...@redhat.com> wrote: > So if this is a host OS package bug we punt to OS vendor to fix, > and just apply workaround in our CI ? eg > > $ git diff > diff --git a/.travis.yml b/.travis.yml > index c3c8048842..6da4c9f640 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -218,6 +218,7 @@ jobs: > - TEST_CMD="make check check-tcg V=1" > - CONFIG="--disable-containers > --target-list=${MAIN_SOFTMMU_TARGETS},s390x-linux-user" > - UNRELIABLE=true > + - DFLTCC=0 > script: > - BUILD_RC=0 && make -j${JOBS} || BUILD_RC=$? > - | >
Yes, that seems like the best approach. We also need to adjust the gitlab CI config for the s390-host jobs. (In that case we control the system being used so if there's a fixed zlib we could install it, but for the travis stuff we'll probably need the workaround for some time.) -- PMM