Makefile: Remove rename step

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber
2024-12-06 22:48:18 -05:00
parent 6487c58468
commit 3fd66cf529
3 changed files with 2 additions and 5 deletions

View File

@@ -30,8 +30,7 @@ jobs:
debian-archive-keyring \
make \
pipx \
qemu-utils \
rename
qemu-utils
- name: Setup Incus
run: |

View File

@@ -31,8 +31,7 @@ jobs:
debian-archive-keyring \
make \
pipx \
qemu-utils \
rename
qemu-utils
- name: Setup Incus
run: |

View File

@@ -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: