Revert "community/rust: build rust-installer in build phase"

This reverts commit 792ba86e07.

This actually didn't help, `x.py install` is still building
rust-installer.
This commit is contained in:
Jakub Jirutka 2018-05-20 23:47:26 +02:00
parent c7999c26a9
commit b00a8dd49f

View File

@ -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() {