Merge pull request #2490 from radare/patch-2
Use --release-channel=stable for rust
This commit is contained in:
commit
086990ade4
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rust'
|
# Template file for 'rust'
|
||||||
pkgname=rust
|
pkgname=rust
|
||||||
version=1.2.0
|
version=1.2.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="rustc-${version/.beta/-beta}"
|
wrksrc="rustc-${version/.beta/-beta}"
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=configure
|
build_style=configure
|
||||||
|
@ -21,7 +21,7 @@ do_configure() {
|
||||||
x86_64*) _triplet=x86_64-unknown-linux-gnu;;
|
x86_64*) _triplet=x86_64-unknown-linux-gnu;;
|
||||||
*) _triplet=$XBPS_TARGET_MACHINE;;
|
*) _triplet=$XBPS_TARGET_MACHINE;;
|
||||||
esac
|
esac
|
||||||
./configure --musl-root=/usr --prefix=/usr --disable-docs --enable-ccache --build=${_triplet}
|
./configure --musl-root=/usr --prefix=/usr --disable-docs --enable-ccache --build=${_triplet} --release-channel=stable
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYRIGHT
|
vlicense COPYRIGHT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue