forked from Proxmox/proxmox
build.sh: point to system compiler via rust-toolchain
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
0ecf1abf3c
commit
95ab7b6865
1
build.sh
1
build.sh
@ -9,6 +9,7 @@ CRATE=$1
|
||||
BUILDCMD=${BUILDCMD:-"dpkg-buildpackage -b -uc -us"}
|
||||
|
||||
mkdir -p build
|
||||
echo system >build/rust-toolchain
|
||||
rm -rf "build/${CRATE}"
|
||||
|
||||
debcargo package --config "$PWD/${CRATE}/debian/debcargo.toml" --changelog-ready --no-overlay-write-back --directory "$PWD/build/${CRATE}" "${CRATE}" "$(dpkg-parsechangelog -l "${CRATE}/debian/changelog" -SVersion | sed -e 's/-.*//')"
|
||||
|
Loading…
Reference in New Issue
Block a user