From b00a8dd49f28fc43d56f2dabca34432ef5187c20 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 20 May 2018 23:47:26 +0200 Subject: Revert "community/rust: build rust-installer in build phase" This reverts commit 792ba86e07a8f0e49a85468b49eca954fcf8fb57. This actually didn't help, `x.py install` is still building rust-installer. --- community/rust/APKBUILD | 3 --- 1 file changed, 3 deletions(-) (limited to 'community/rust') diff --git a/community/rust/APKBUILD b/community/rust/APKBUILD index b4cb25afcb..06a8e408dc 100644 --- a/community/rust/APKBUILD +++ b/community/rust/APKBUILD @@ -123,9 +123,6 @@ 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