Skip to content

Commit

Permalink
Makefile: Remove rename step
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Dec 7, 2024
1 parent 6487c58 commit 3fd66cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
debian-archive-keyring \
make \
pipx \
qemu-utils \
rename
qemu-utils
- name: Setup Incus
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
debian-archive-keyring \
make \
pipx \
qemu-utils \
rename
qemu-utils
- name: Setup Incus
run: |
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ build:
sudo rm -Rf mkosi.output/base* mkosi.output/debug* mkosi.output/incus*
sudo -E $(shell command -v mkosi) --cache-dir .cache/ build
sudo chown $(shell id -u):$(shell id -g) mkosi.output
rename -E "s/usr-x86-64-verity-sig\..*/usr-x86-64-verity-sig.raw/g" -E "s/usr-x86-64-verity\..*/usr-x86-64-verity.raw/g" -E "s/usr-x86-64\..*/usr-x86-64.raw/g" -- mkosi.output/*

.PHONY: test
test:
Expand Down

0 comments on commit 3fd66cf

Please sign in to comment.