aboutsummaryrefslogtreecommitdiffstats
path: root/community/rust
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-05-20 23:47:26 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-05-21 00:08:29 +0200
commitb00a8dd49f28fc43d56f2dabca34432ef5187c20 (patch)
tree139d635b3baf223440aba2aab8d8b98227da3e74 /community/rust
parentc7999c26a93c68d9cfec47e330d127c30ef7c45e (diff)
downloadaports-b00a8dd49f28fc43d56f2dabca34432ef5187c20.tar.bz2
aports-b00a8dd49f28fc43d56f2dabca34432ef5187c20.tar.xz
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.
Diffstat (limited to 'community/rust')
-rw-r--r--community/rust/APKBUILD3
1 files changed, 0 insertions, 3 deletions
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() {