Skip to content

Commit

Permalink
Try older psutil version to build on CentOS 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
dumol committed Aug 1, 2024
1 parent cf619db commit a348029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chevah_build
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,8 @@ case $OS in
export PATH="/usr/local/bin:$PATH"
# In particular, Perl's Test::Simple and its deps are required.
execute perl -MTest::Simple -e 1
# Version 6.0.0 can't build on RHEL 5 and clones.
PSUTIL_VERSION="5.9.8"
# Version 5.9.8 and newer can't build on RHEL 5 and clones.
PSUTIL_VERSION="5.9.6"
;;
*)
# Only supported Linux distributions should be left.
Expand Down

0 comments on commit a348029

Please sign in to comment.