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

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


    Date: Thursday, March 29, 2018 @ 22:01:48
  Author: demize
Revision: 313427

rust: Use ninja for LLVM build

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

-----------------------+
 PKGBUILD              |    2 +-
 bootstrap-config.toml |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-29 21:07:30 UTC (rev 313426)
+++ PKGBUILD	2018-03-29 22:01:48 UTC (rev 313427)
@@ -14,7 +14,7 @@
 arch=('x86_64')
 license=('MIT' 'Apache')
 
-makedepends=('rust' 'libffi' 'perl' 'python2' 'curl' 'cmake')
+makedepends=('rust' 'libffi' 'perl' 'python2' 'curl' 'cmake' 'ninja')
 
 options=('!emptydirs')
 

Modified: bootstrap-config.toml
===================================================================
--- bootstrap-config.toml	2018-03-29 21:07:30 UTC (rev 313426)
+++ bootstrap-config.toml	2018-03-29 22:01:48 UTC (rev 313427)
@@ -1,11 +1,11 @@
+[llvm]
+ninja = true
+
 [build]
 cargo = "/usr/bin/cargo"
 rustc = "/usr/bin/rustc"
 python = "python2.7"
 extended = true
-# Verbosity level: 0 == not verbose, 1 == verbose, 2 == very verbose
-verbose = 0
-# Build the sanitizer runtimes
 sanitizers = false
 
 [install]



More information about the arch-commits mailing list