build: adapt workspace member command
to work with cargo 1.77 Originally-by: Wolfgang Bumiller <w.bumiller@proxmox.com> Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
1c5f27014c
commit
937d985489
3
Makefile
3
Makefile
@ -1,6 +1,7 @@
|
||||
# Shortcut for common operations:
|
||||
|
||||
CRATES != /usr/bin/cargo metadata --no-deps --format-version=1 | jq -r .workspace_members'[]' | awk '{ print $$1 }'
|
||||
# see proxmox-backup if we ever want to support other prefixes
|
||||
CRATES != echo proxmox-*/Cargo.toml | sed -e 's|/Cargo.toml||g'
|
||||
|
||||
# By default we just run checks:
|
||||
.PHONY: all
|
||||
|
Loading…
Reference in New Issue
Block a user