diff --git a/.drone.jsonnet b/.drone.jsonnet index f0a535464..ef695ce0a 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -27,7 +27,7 @@ local rpm_pipeline(image, buildarch='amd64', rpmarch='x86_64', jobs=6) = { commands: [ 'echo "Building on ${DRONE_STAGE_MACHINE}"', zypper(rpmarch) + 'up', - zypper(rpmarch) + 'install rpm-build python38-pip ccache git', + zypper(rpmarch) + 'install rpm-build python3-pip ccache git', //zypper(rpmarch) + 'install rpm-build=4.17.0-1.1 python38-pip ccache git', 'pip3 install git-archive-all', 'pkg_src_base="$(rpm -q --queryformat=\'%{NAME}-%{VERSION}\n\' --specfile SPECS/lokinet.spec | head -n 1)"',