From 48f78e2df9361e951f2533b611b7efeffdee5293 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 28 Oct 2018 00:22:37 +0300 Subject: [PATCH] rust-1.29.2:ver.bump --- programming/language/rust/actions.py | 1 + .../language/rust/files/bootstrap-config.toml | 18 +++++++--------- .../rust/files/old-bootstrap-config.toml | 21 +++++++++++++++++++ programming/language/rust/pspec.xml | 9 +++++++- 4 files changed, 38 insertions(+), 11 deletions(-) create mode 100644 programming/language/rust/files/old-bootstrap-config.toml diff --git a/programming/language/rust/actions.py b/programming/language/rust/actions.py index aa63583287..a4230116ea 100755 --- a/programming/language/rust/actions.py +++ b/programming/language/rust/actions.py @@ -12,6 +12,7 @@ from pisi.actionsapi import get def build(): + shelltools.export("LC_ALL", "en_US.UTF-8") shelltools.system("python ./x.py build") diff --git a/programming/language/rust/files/bootstrap-config.toml b/programming/language/rust/files/bootstrap-config.toml index f7d79a07cf..06e056ea2c 100755 --- a/programming/language/rust/files/bootstrap-config.toml +++ b/programming/language/rust/files/bootstrap-config.toml @@ -1,21 +1,19 @@ [llvm] -ninja = true +targets = "X86" + +link-shared = true [build] -python = "python2.7" extended = true -verbose = 0 -sanitizers = false [install] prefix = "/usr" [rust] -codegen-units = 1 - -debuginfo = true -debuginfo-lines = true - channel = "stable" - rpath = false + +codegen-tests = false + +[target.x86_64-unknown-linux-gnu] +llvm-config = "/usr/bin/llvm-config" diff --git a/programming/language/rust/files/old-bootstrap-config.toml b/programming/language/rust/files/old-bootstrap-config.toml new file mode 100644 index 0000000000..f7d79a07cf --- /dev/null +++ b/programming/language/rust/files/old-bootstrap-config.toml @@ -0,0 +1,21 @@ +[llvm] +ninja = true + +[build] +python = "python2.7" +extended = true +verbose = 0 +sanitizers = false + +[install] +prefix = "/usr" + +[rust] +codegen-units = 1 + +debuginfo = true +debuginfo-lines = true + +channel = "stable" + +rpath = false diff --git a/programming/language/rust/pspec.xml b/programming/language/rust/pspec.xml index 44ed85c0c0..020d48d7f9 100755 --- a/programming/language/rust/pspec.xml +++ b/programming/language/rust/pspec.xml @@ -12,7 +12,7 @@ app Systems programming language focused on safety, speed and concurrency Systems programming language focused on safety, speed and concurrency - https://static.rust-lang.org/dist/rustc-1.27.0-src.tar.gz + https://static.rust-lang.org/dist/rustc-1.29.2-src.tar.gz bootstrap-config.toml @@ -63,6 +63,13 @@ + + 2018-10-27 + 1.29.2 + Version Bump. + PisiLinux Community + admins@pisilinux.org + 2018-08-30 1.27.0