Fixed build for CentOS 6
This commit is contained in:
parent
21486accac
commit
1efad5a28f
@ -383,6 +383,8 @@ jobs:
|
|||||||
- run: yum install -y perl wget python-pip perl-Archive-Tar
|
- run: yum install -y perl wget python-pip perl-Archive-Tar
|
||||||
# We use 2.6.1 because in 2.7 they've dropped support for Python 2.6: https://github.com/dateutil/dateutil/releases
|
# We use 2.6.1 because in 2.7 they've dropped support for Python 2.6: https://github.com/dateutil/dateutil/releases
|
||||||
- run: pip install python-dateutil==2.6.1 s3cmd
|
- run: pip install python-dateutil==2.6.1 s3cmd
|
||||||
|
# To address bug /usr/lib64/libmagic.so.1: undefined symbol: magic_list
|
||||||
|
- run: yum install -y python-magic
|
||||||
- run:
|
- run:
|
||||||
name: install_required_packages
|
name: install_required_packages
|
||||||
no_output_timeout: 20m
|
no_output_timeout: 20m
|
||||||
|
Loading…
Reference in New Issue
Block a user