Skip to content

Commit 1db7915

Browse files
committed
Justfile: Remove some unused targets
These are dead code.
1 parent 1099434 commit 1db7915

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Justfile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ test-composefs:
4747
build-install-test-image: build-integration-test-image
4848
cd hack && podman build {{base_buildargs}} -t localhost/bootc-integration-install -f Containerfile.drop-lbis
4949

50-
build-disk-image container target:
51-
bcvk to-disk --format=qcow2 --disk-size 20G --filesystem ext4 {{container}} {{target}}
52-
5350
# These tests accept the container image as input, and may spawn it.
5451
run-container-external-tests:
5552
./tests/container/run localhost/bootc
@@ -62,14 +59,6 @@ build-units:
6259
validate:
6360
podman build {{base_buildargs}} --target validate .
6461

65-
# Directly run validation (build, linting) using host tools
66-
validate-local:
67-
make validate
68-
69-
# This generates a disk image (using bcvk) from the default container
70-
build-disk *ARGS:
71-
./tests/build.sh {{ARGS}}
72-
7362
# Run tmt-based test suites using local virtual machines with
7463
# bcvk.
7564
#

0 commit comments

Comments
 (0)