We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76ade8 commit 9a02584Copy full SHA for 9a02584
plans/build.fmf
@@ -8,14 +8,6 @@ provision:
8
prepare:
9
- how: install
10
package:
11
- - cargo
12
- - zstd
13
- - git
14
- - libzstd-devel
15
- - openssl-devel
16
- - ostree-devel
17
- - make
18
- - jq
19
- podman
20
- skopeo
21
- tmt+provision-virtual
tests-integration/build-tmt.fmf
@@ -1,4 +1,4 @@
1
/build-image:
2
summary: build bootc and build qcow2 image
3
- test: cd .. && make test-tmt
+ test: cd .. && dnf -y builddep bootc && make test-tmt
4
duration: 30m
0 commit comments