Skip to content

Commit 1260615

Browse files
committed
debug
Signed-off-by: Maksim Fedotov <[email protected]>
1 parent 3a92ec1 commit 1260615

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

images/libvirt/werf.inc.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,7 @@ shell:
211211
- echo 'TREE OF BUILD'
212212
- tree /{{ $gitRepoName }}-{{ $version }}/build
213213
- |
214-
/install-libvirt.sh --version-num "{{ $version }}" \
215-
-s /{{ $gitRepoName }}-{{ $version }} \
216-
-d /BINS \
217-
-b build
214+
cd /{{ $gitRepoName }}-{{ $version }}
215+
DESTDIR=/out ninja -C build install
218216
- echo 'TREE OF BINS'
219217
- tree /BINS

0 commit comments

Comments
 (0)