Skip to content

Commit c956e73

Browse files
integrate gnutls to virt-launcher
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
1 parent 0a5e030 commit c956e73

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

images/packages/binaries/gnutls/werf.inc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ packages:
2424
- libtasn1-devel libtasn1-utils libidn2-devel gawk gperf
2525
- libunbound-devel bison gtk-doc texinfo texlive dash
2626
- libev4 libev-devel libgcrypt-devel libopencdk-devel
27-
- tree which vim-console wget
27+
- wget
2828
{{- end -}}
2929

3030
{{ $builderDependencies := include "$name" . | fromYaml }}

images/virt-launcher/werf.inc.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ libs:
6161
- libzstd-devel
6262
- libseccomp-devel
6363
- libgcrypt-devel
64-
- libgnutls-devel
64+
# - libgnutls-devel
6565
- libnettle-devel
6666
- libudev-devel
6767
- libmultipath-devel
@@ -244,6 +244,11 @@ import:
244244
to: /numactl
245245
before: install
246246

247+
- image: packages/binaries/gnutls
248+
add: /gnutls
249+
to: /gnutls
250+
before: install
251+
247252
- image: tools/coreutils
248253
add: /
249254
to: /relocate
@@ -307,11 +312,12 @@ shell:
307312
308313
cp -a /swtpm/. /
309314
cp -a /numactl/. /
315+
cp -a /gnutls/. /
310316
311317
echo "Show libs after relocation in /relocate/usr/lib64"
312318
ls -la /relocate/usr/lib64
313319
# Cleanup
314-
rm -rf /{VBINS,qemu-bins,libvirt-bins,swtpm,numactl}
320+
rm -rf /{VBINS,qemu-bins,libvirt-bins,swtpm,numactl,gnutls}
315321
316322
setup:
317323
- |

0 commit comments

Comments
 (0)