mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-13 16:29:49 +08:00
Try installing system version of Moksha so it's compatible with the system version of pyOpenSSL (required by Twisted)
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -25,7 +25,10 @@ node('factory2'){
|
||||
try{
|
||||
stage('Pre Setup Node'){
|
||||
onmyduffynode 'yum -y install epel-release'
|
||||
onmyduffynode 'yum -y install @development python-pip python-devel krb5-devel openssl-devel koji swig python-tox'
|
||||
// We are using the system version of python-moksha-hub because it uses a version of Twisted that is
|
||||
// compatible with the system version of pyOpenSSL. This can all be shifted into a virtualenv once
|
||||
// koji is on PyPi.
|
||||
onmyduffynode 'yum -y install @development python-pip python-devel krb5-devel openssl-devel koji python-moksha-hub swig python-tox'
|
||||
}
|
||||
|
||||
stage('Clone Test Suite') {
|
||||
|
||||
Reference in New Issue
Block a user