Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added CentOS specific build requirements #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

WhiteyDude
Copy link

devtoolset-6 for make, specific packages, cmake3 with alternatives set

Fixes drachtio/drachtio-server#86 and drachtio/drachtio-server#71

…cific packages, cmake3 with alternatives set
@davehorton
Copy link
Collaborator

I'm trying to test these changes on a Red Hat Enterprise Linux release 8.0 (Ootpa) VM and getting this error:

TASK [ansible-role-drachtio : CentOS family - Install GC 6.x] ***************************************************************************************************************
fatal: [52.54.225.136]: FAILED! => {"changed": false, "failures": ["No package devtoolset-6-gcc-c++ available."], "msg": "Failed to install some of the specified packages", "rc": 1, "results": []}

Are there some version dependencies that we need to be aware of? i.e. do we only need to install these gcc/g++ versions for some of the older centos/rh distros ?

@ivlovric
Copy link

This works for me on Centos 7 and hope it will be helpful for others.
main.yml.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Building on CentOS 7.X
3 participants