mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-11 07:10:36 +00:00
Install gpgv for hirsute deb build
This commit is contained in:
parent
b71bee146b
commit
ac02452789
@ -26,10 +26,11 @@ local deb_pipeline(image, buildarch='amd64', debarch='amd64', jobs=6) = {
|
||||
commands: [
|
||||
'echo "Building on ${DRONE_STAGE_MACHINE}"',
|
||||
'echo "man-db man-db/auto-update boolean false" | debconf-set-selections',
|
||||
apt_get_quiet + ' update',
|
||||
apt_get_quiet + ' install -y eatmydata gpgv',
|
||||
'echo deb http://deb.loki.network' + repo_suffix + ' ' + distro + ' main >/etc/apt/sources.list.d/loki.list',
|
||||
'cp debian/deb.loki.network.gpg /etc/apt/trusted.gpg.d',
|
||||
apt_get_quiet + ' update',
|
||||
apt_get_quiet + ' install -y eatmydata',
|
||||
'eatmydata ' + apt_get_quiet + ' update',
|
||||
'eatmydata ' + apt_get_quiet + ' dist-upgrade -y',
|
||||
'eatmydata ' + apt_get_quiet + ' install --no-install-recommends -y git-buildpackage devscripts equivs ccache openssh-client',
|
||||
'cd debian',
|
||||
|
Loading…
Reference in New Issue
Block a user