[arch-commits] Commit in rust/trunk (PKGBUILD bootstrap-config.toml)

Johannes Löthberg demize at archlinux.org
Fri Feb 16 16:01:07 UTC 2018


    Date: Friday, February 16, 2018 @ 16:01:06
  Author: demize
Revision: 295001

upgpkg: rust 1:1.24.0-1

Modified:
  rust/trunk/PKGBUILD
  rust/trunk/bootstrap-config.toml

-----------------------+
 PKGBUILD              |    8 ++++----
 bootstrap-config.toml |   11 ++++++-----
 2 files changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-16 13:27:34 UTC (rev 295000)
+++ PKGBUILD	2018-02-16 16:01:06 UTC (rev 295001)
@@ -6,8 +6,8 @@
 
 pkgname=('rust' 'rust-docs')
 epoch=1
-pkgver=1.23.0
-pkgrel=3
+pkgver=1.24.0
+pkgrel=1
 
 pkgdesc='Systems programming language focused on safety, speed and concurrency'
 url='https://www.rust-lang.org/'
@@ -21,9 +21,9 @@
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
         bootstrap-config.toml)
 
-sha256sums=('7464953871dcfdfa8afcc536916a686dd156a83339d8ec4d5cb4eb2fe146cb91'
+sha256sums=('bb8276f6044e877e447f29f566e4bbf820fa51fea2f912d59b73233ffd95639f'
             'SKIP'
-            '6c25c451d6286efd19e96a552406c8b299345749577cf924699cf4c3831d9ad0')
+            '8e30fcd8633e1900056ecbcc7267fea23e8e08889460239c614d4dcd796ce4f3')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag and Release Signing Key) <rust-key at rust-lang.org>
 
 prepare() {

Modified: bootstrap-config.toml
===================================================================
--- bootstrap-config.toml	2018-02-16 13:27:34 UTC (rev 295000)
+++ bootstrap-config.toml	2018-02-16 16:01:06 UTC (rev 295001)
@@ -6,16 +6,17 @@
 # Verbosity level: 0 == not verbose, 1 == verbose, 2 == very verbose
 verbose = 0
 # Build the sanitizer runtimes
-#sanitizers = false
+sanitizers = false
 
 [install]
 prefix = "/usr"
 
 [rust]
-codegen-units = 0
+# 0 or the new default of 16 is faster, but can result in worse performance
+# https://github.com/rust-lang/rust/issues/47745
+codegen-units = 1
+
 debuginfo = true
+debuginfo-lines = true
 
-# Whether or not line number debug information is emitted
-#debuginfo-lines = false
-
 channel = "stable"



More information about the arch-commits mailing list