forked from Proxmox/proxmox
Makefile: enforce the use packaged cargo
Nightly currently produces a different output format so this command doesn't work right now when +system is not the default cargo. Let's hope this is just a temporary hiccup in nightly, given that there is an explicit `--format-version=1` parameter... Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
6ee541d5f2
commit
de8fd435fb
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
# Shortcut for common operations:
|
||||
|
||||
CRATES != cargo metadata --no-deps --format-version=1 | jq -r .workspace_members'[]' | awk '{ print $$1 }'
|
||||
CRATES != /usr/bin/cargo metadata --no-deps --format-version=1 | jq -r .workspace_members'[]' | awk '{ print $$1 }'
|
||||
|
||||
# By default we just run checks:
|
||||
.PHONY: all
|
||||
|
Loading…
Reference in New Issue
Block a user