Skip to content

Commit 9a02584

Browse files
committed
test: install some build dependent packages with
dnf builddep bootc Signed-off-by: Xiaofeng Wang <[email protected]>
1 parent f76ade8 commit 9a02584

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

plans/build.fmf

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ provision:
88
prepare:
99
- how: install
1010
package:
11-
- cargo
12-
- zstd
13-
- git
14-
- libzstd-devel
15-
- openssl-devel
16-
- ostree-devel
17-
- make
18-
- jq
1911
- podman
2012
- skopeo
2113
- tmt+provision-virtual

tests-integration/build-tmt.fmf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/build-image:
22
summary: build bootc and build qcow2 image
3-
test: cd .. && make test-tmt
3+
test: cd .. && dnf -y builddep bootc && make test-tmt
44
duration: 30m

0 commit comments

Comments
 (0)