diff options
Diffstat (limited to 'community/rust')
-rw-r--r-- | community/rust/APKBUILD | 3 |
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() { |