On 9/28/24 14:36, Aaron Conole wrote: > It seems that the sarif-tools package version 3.0+ cause some kind > of instability with the build system. Until it has a proper root > cause, we shouldn't try to apply any fixes. > > This reverts commit f2ab45c66e2fe536e98f7f45d107d9f8c3209437. > > Signed-off-by: Aaron Conole <[email protected]> > --- > .ci/linux-prepare.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/.ci/linux-prepare.sh b/.ci/linux-prepare.sh > index b537163b8e..5f8a1db6af 100755 > --- a/.ci/linux-prepare.sh > +++ b/.ci/linux-prepare.sh > @@ -23,7 +23,7 @@ cd .. > # https://github.com/pypa/pip/issues/10655 > pip3 install --disable-pip-version-check --user wheel > pip3 install --disable-pip-version-check --user \ > - flake8 netaddr pyparsing sarif-tools>=3.0.1 sphinx setuptools > + flake8 netaddr pyparsing sarif-tools==2.0.0 sphinx setuptools > > # Install python test dependencies > pip3 install -r python/test_requirements.txt
Thanks, Aaron! Acked-by: Ilya Maximets <[email protected]> The fix should be released somewhere soon, but I think we'll need a bit more testing before bringing 3.0.3 (or whatever it will be named) into CI. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
