Skip to content

Commit a7392b8

Browse files
committed
Remove unnecessary sudo from Makefile
Dependent targets to also not run via sudo, which will break up image-preparation when running via podman. Signed-off-by: Sascha Grunert <[email protected]>
1 parent cfd1bfe commit a7392b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ dbuild: crioimage
180180
${CRIO_IMAGE} make
181181

182182
integration: ${GINKGO} crioimage
183-
sudo $(CONTAINER_RUNTIME) run \
183+
$(CONTAINER_RUNTIME) run \
184184
-e CI=true \
185185
-e CRIO_BINARY \
186186
-e RUN_CRITEST \

0 commit comments

Comments
 (0)