Skip to content

Commit

Permalink
Revert "ci: Use sarif-tools v3.0.1 due to issues in earlier versions."
Browse files Browse the repository at this point in the history
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 f2ab45c.

Signed-off-by: Aaron Conole <aconole@redhat.com>
Acked-by: Eelco Chaudron <echaudro@redhat.com>
Acked-by: Ilya Maximets <i.maximets@ovn.org>
  • Loading branch information
apconole committed Sep 30, 2024
1 parent 3974c52 commit 5802dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/linux-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5802dd8

Please sign in to comment.