ovsrobot / pw-ci

A patchwork2 integrated CI system
GNU General Public License v2.0
3 stars 6 forks source link

Dpdk obs #12

Closed jlinkes closed 1 year ago

jlinkes commented 4 years ago

The Pull Request attempts to add support for Suse OBS to dpdk. I modeled my changes based on travis code, but there are some differences which I want to ask about:

jlinkes commented 4 years ago

I had to install osc this way in my testing: sudo apt-get install -y software-properties-common sudo add-apt-repository "deb http://download.opensuse.org/repositories/openSUSE:/Tools/Debian_10/ /" sudo wget -nv https://download.opensuse.org/repositories/openSUSE:Tools/Debian_10/Release.key -O /root/Release.key sudo apt-key add /root/Release.key sudo apt-get update sudo apt-get install -y osc python-m2crypto libssl-dev swig sudo pip3 install M2Crypto

It's possible that python-m2crypto is not needed.

apconole commented 1 year ago

OBS support is not needed any more - the OBS build support wasn't being maintained and we had issues with OBS labs filling up with data. Closing this for now.