diff --git a/programming/language/rust/files/bootstrap-config.toml b/programming/language/rust/files/bootstrap-config.toml old mode 100755 new mode 100644 index f7d79a07cf..f6da67a981 --- a/programming/language/rust/files/bootstrap-config.toml +++ b/programming/language/rust/files/bootstrap-config.toml @@ -1,10 +1,9 @@ [llvm] -ninja = true +link-shared = true [build] python = "python2.7" extended = true -verbose = 0 sanitizers = false [install] @@ -19,3 +18,7 @@ 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/pspec.xml b/programming/language/rust/pspec.xml index 2afe45ef22..545b3790d2 100755 --- a/programming/language/rust/pspec.xml +++ b/programming/language/rust/pspec.xml @@ -64,7 +64,7 @@ - 2018-10-27 + 2018-10-29 1.29.2 Version Bump PisiLinux Community