Update pip dependency in ci build

opensuse/tumbleweed
Jason Rhinelander 11 months ago
parent 892c89767e
commit 496d20b6df
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262

@ -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)"',

Loading…
Cancel
Save