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

Johannes Löthberg demize at archlinux.org
Thu Mar 29 22:07:03 UTC 2018


    Date: Thursday, March 29, 2018 @ 22:07:02
  Author: demize
Revision: 313445

rust: bootstrap-config.toml isn't just for bootstrapping

Added:
  rust/trunk/config.toml
    (from rev 313443, rust/trunk/bootstrap-config.toml)
Modified:
  rust/trunk/PKGBUILD
Deleted:
  rust/trunk/bootstrap-config.toml

-----------------------+
 PKGBUILD              |    6 +++---
 bootstrap-config.toml |   24 ------------------------
 config.toml           |   24 ++++++++++++++++++++++++
 3 files changed, 27 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-29 22:06:59 UTC (rev 313444)
+++ PKGBUILD	2018-03-29 22:07:02 UTC (rev 313445)
@@ -19,17 +19,17 @@
 options=('!emptydirs')
 
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-        bootstrap-config.toml)
+        config.toml)
 
 sha256sums=('eef63a0aeea5147930a366aee78cbde248bb6e5c6868801bdf34849152965d2d'
             'SKIP'
-            '8e30fcd8633e1900056ecbcc7267fea23e8e08889460239c614d4dcd796ce4f3')
+            'SKIP')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag and Release Signing Key) <rust-key at rust-lang.org>
 
 prepare() {
   cd "rustc-$pkgver-src"
 
-  cp "$srcdir"/bootstrap-config.toml config.toml
+  cp "$srcdir"/config.toml config.toml
 }
 
 build() {

Deleted: bootstrap-config.toml
===================================================================
--- bootstrap-config.toml	2018-03-29 22:06:59 UTC (rev 313444)
+++ bootstrap-config.toml	2018-03-29 22:07:02 UTC (rev 313445)
@@ -1,24 +0,0 @@
-[llvm]
-ninja = true
-
-[build]
-cargo = "/usr/bin/cargo"
-rustc = "/usr/bin/rustc"
-python = "python2.7"
-extended = true
-sanitizers = false
-
-[install]
-prefix = "/usr"
-
-[rust]
-# 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
-
-channel = "stable"
-
-rpath = false

Copied: rust/trunk/config.toml (from rev 313443, rust/trunk/bootstrap-config.toml)
===================================================================
--- config.toml	                        (rev 0)
+++ config.toml	2018-03-29 22:07:02 UTC (rev 313445)
@@ -0,0 +1,24 @@
+[llvm]
+ninja = true
+
+[build]
+cargo = "/usr/bin/cargo"
+rustc = "/usr/bin/rustc"
+python = "python2.7"
+extended = true
+sanitizers = false
+
+[install]
+prefix = "/usr"
+
+[rust]
+# 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
+
+channel = "stable"
+
+rpath = false



More information about the arch-commits mailing list