From 792ba86e07a8f0e49a85468b49eca954fcf8fb57 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 20 May 2018 20:19:44 +0200 Subject: community/rust: build rust-installer in build phase --- community/rust/APKBUILD | 3 +++ 1 file changed, 3 insertions(+) (limited to 'community/rust/APKBUILD') diff --git a/community/rust/APKBUILD b/community/rust/APKBUILD index 06a8e408dc..b4cb25afcb 100644 --- a/community/rust/APKBUILD +++ b/community/rust/APKBUILD @@ -123,6 +123,9 @@ build() { --disable-jemalloc ./x.py build -v --jobs ${JOBS:-2} + + # rust-installer is used in the package phase. + ./x.py build src/tools/rust-installer -v --jobs ${JOBS:-2} } check() { -- cgit v1.2.3