mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/rust: fix
This commit is contained in:
parent
7df05110af
commit
3361082b15
2 changed files with 3 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
||||||
# - add a link to g++ to compensate for broken cross-compiler decisions
|
# - add a link to g++ to compensate for broken cross-compiler decisions
|
||||||
# - build v6/v7 with -j2 - RAM constraints
|
# - build v6/v7 with -j2 - RAM constraints
|
||||||
# - set llvm-config in config.toml for ARM architectures
|
# - set llvm-config in config.toml for ARM architectures
|
||||||
|
# - set debuginfo-level = 0 in config.toml - RAM constraints
|
||||||
|
|
||||||
buildarch=28
|
buildarch=28
|
||||||
highmem=1
|
highmem=1
|
||||||
|
@ -33,7 +34,7 @@ source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
|
||||||
|
|
||||||
sha256sums=('120e7020d065499cc6b28759ff04153bfdc2ac9b5adeb252331a4eb87cbe38c3'
|
sha256sums=('120e7020d065499cc6b28759ff04153bfdc2ac9b5adeb252331a4eb87cbe38c3'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'3e344b44d60777721cf363a4404e5cb2896f8dc358dfde9fa5c14db4f67b7f0b')
|
'd8076a0e894c179897856e61b277fed271b93f32653e23d7ad9e4d2b9418ef64')
|
||||||
validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag and Release Signing Key) <rust-key@rust-lang.org>
|
validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag and Release Signing Key) <rust-key@rust-lang.org>
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
|
@ -16,7 +16,7 @@ prefix = "/usr"
|
||||||
# https://github.com/rust-lang/rust/issues/47745
|
# https://github.com/rust-lang/rust/issues/47745
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
|
|
||||||
debuginfo-level = 2
|
debuginfo-level = 0
|
||||||
|
|
||||||
channel = "stable"
|
channel = "stable"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue