]> git.proxmox.com Git - pve-lxc-syscalld.git/commitdiff
buildsys: use system toolchain for package builds
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 22 Jan 2020 08:59:59 +0000 (09:59 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 22 Jan 2020 08:59:59 +0000 (09:59 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Makefile

index b8c2c9e05a3aaa37d6e00018ba22e2914f9fd0cd..d029925804cecd79f406277837408a15032a5586 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -60,6 +60,7 @@ build:
        rm build/debian/control.in build/debian/control.src
        rm build/Cargo.lock
        find build/debian -name "*.hint" -delete
+       echo system >build/rust-toolchain
        $(foreach i,$(SUBDIRS), \
            $(MAKE) -C build/$(i) clean ;)