From 3a47867c0cbbcaff7a0b989b8fbd510342455e43 Mon Sep 17 00:00:00 2001 From: Xiaofeng Wang Date: Wed, 19 Jun 2024 22:30:29 +0800 Subject: [PATCH] test: install some build dependent packages with dnf builddep bootc Signed-off-by: Xiaofeng Wang --- plans/build.fmf | 8 -------- tests-integration/build-tmt.fmf | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/plans/build.fmf b/plans/build.fmf index 3e957a5f6..ea68982ea 100644 --- a/plans/build.fmf +++ b/plans/build.fmf @@ -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 diff --git a/tests-integration/build-tmt.fmf b/tests-integration/build-tmt.fmf index d8486f208..33832a617 100644 --- a/tests-integration/build-tmt.fmf +++ b/tests-integration/build-tmt.fmf @@ -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