mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
rust: build rust-analyzer-proc-macro-srv
This commit is contained in:
parent
3588bd4ca4
commit
7b2c6f98e8
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
#
|
#
|
||||||
pkgname=rust
|
pkgname=rust
|
||||||
version=1.76.0
|
version=1.76.0
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="curl pkg-config python3 tar cargo-bootstrap"
|
hostmakedepends="curl pkg-config python3 tar cargo-bootstrap"
|
||||||
makedepends="libffi-devel ncurses-devel libxml2-devel zlib-devel llvm17-devel"
|
makedepends="libffi-devel ncurses-devel libxml2-devel zlib-devel llvm17-devel"
|
||||||
depends="rust-std gcc"
|
depends="rust-std gcc"
|
||||||
|
@ -128,7 +128,7 @@ do_configure() {
|
||||||
--release-description="Void Linux" \
|
--release-description="Void Linux" \
|
||||||
--llvm-libunwind=no \
|
--llvm-libunwind=no \
|
||||||
--llvm-config=/usr/bin/llvm-config \
|
--llvm-config=/usr/bin/llvm-config \
|
||||||
--tools=clippy,rustdoc,rustfmt \
|
--tools=clippy,rustdoc,rustfmt,rust-analyzer-proc-macro-srv \
|
||||||
--set="rust.optimize=true" \
|
--set="rust.optimize=true" \
|
||||||
--set="rust.debug=false" \
|
--set="rust.debug=false" \
|
||||||
--set="rust.codegen-units=1" \
|
--set="rust.codegen-units=1" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue