Skip to content

Commit

Permalink
Revert "podvm-mkosi: Try and fix permissions issues"
Browse files Browse the repository at this point in the history
This reverts commit c2d405f.
  • Loading branch information
stevenhorsman committed Dec 3, 2024
1 parent b63ee54 commit 592c61d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cloud-api-adaptor/podvm-mkosi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ PHONY: image
image:
@echo "Enabling production preset..."
rm -rf resources/build*Image
sudo rm -rf ./build
rm -rf ./build
@echo "Building image..."
ifeq ($(SE_BOOT),true)
touch resources/buildS390xImage
Expand All @@ -97,7 +97,7 @@ image-debug:
@echo "Enabling debug preset..."
rm -rf resources/build*Image
touch resources/buildDebugImage
sudo rm -rf ./build
rm -rf ./build
@echo "Building debug image..."
ifeq ($(SE_BOOT),true)
touch resources/buildS390xImage
Expand Down Expand Up @@ -143,5 +143,5 @@ push-image-container:
PHONY: clean
clean:
rm -rf resources/buildDebugImage
sudo rm -rf ./build
rm -rf ./build
rm -rf ./resources/binaries-tree

0 comments on commit 592c61d

Please sign in to comment.