mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-04-29 22:14:16 +00:00
build: fix nocheck
build
pbs2to3 was missing from the list of to-be-compiled binaries, and thus was only compiled as a side-effect of running `cargo test` (which is skipped when the build is using the `nocheck` build profile). Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
d6f4fd4ec7
commit
f4a7bddd39
1
Makefile
1
Makefile
@ -177,6 +177,7 @@ $(COMPILED_BINS) $(COMPILEDIR)/dump-catalog-shell-cli $(COMPILEDIR)/docgen: .do-
|
|||||||
--bin proxmox-restore-daemon \
|
--bin proxmox-restore-daemon \
|
||||||
--package proxmox-backup \
|
--package proxmox-backup \
|
||||||
--bin docgen \
|
--bin docgen \
|
||||||
|
--bin pbs2to3 \
|
||||||
--bin proxmox-backup-api \
|
--bin proxmox-backup-api \
|
||||||
--bin proxmox-backup-manager \
|
--bin proxmox-backup-manager \
|
||||||
--bin proxmox-backup-proxy \
|
--bin proxmox-backup-proxy \
|
||||||
|
Loading…
Reference in New Issue
Block a user