Skip to content

Commit

Permalink
test: install some build dependent packages with
Browse files Browse the repository at this point in the history
dnf builddep bootc

Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>
  • Loading branch information
henrywang committed Jun 19, 2024
1 parent c2fd1ec commit 3a47867
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions plans/build.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ provision:
prepare:
- how: install
package:
- cargo
- zstd
- git
- libzstd-devel
- openssl-devel
- ostree-devel
- make
- jq
- podman
- skopeo
- tmt+provision-virtual
Expand Down
2 changes: 1 addition & 1 deletion tests-integration/build-tmt.fmf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/build-image:
summary: build bootc and build qcow2 image
test: cd .. && make test-tmt
test: cd .. && dnf builddep bootc && make test-tmt
duration: 30m

0 comments on commit 3a47867

Please sign in to comment.