summaryrefslogtreecommitdiff
path: root/extra/rust/config.toml.patch
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-10-23 20:45:46 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2019-10-23 20:45:46 +0200
commit90d82c3cd02434e00b76ecf719fdf11b06e7b6be (patch)
tree6e44fa3a5377ede14927655e473e7883d78ee609 /extra/rust/config.toml.patch
parent4c670fccfd3099fde997d07a2e3d9860dcefb281 (diff)
downloadpackages-90d82c3cd02434e00b76ecf719fdf11b06e7b6be.tar.xz
extra/rust: first try to build 1.38 with 1.38 from bootstrapping repos
Diffstat (limited to 'extra/rust/config.toml.patch')
-rw-r--r--extra/rust/config.toml.patch18
1 files changed, 9 insertions, 9 deletions
diff --git a/extra/rust/config.toml.patch b/extra/rust/config.toml.patch
index 6488342b..8d0762cd 100644
--- a/extra/rust/config.toml.patch
+++ b/extra/rust/config.toml.patch
@@ -1,21 +1,21 @@
diff -rauN a/config.toml b/config.toml
---- a/config.toml 2019-09-09 08:53:02.796809788 +0200
-+++ b/config.toml 2019-09-09 08:53:42.249120606 +0200
+--- a/config.toml 2019-10-20 16:44:31.647900892 +0200
++++ b/config.toml 2019-10-20 16:44:39.637875348 +0200
@@ -2,7 +2,7 @@
link-shared = true
[build]
--target = ["x86_64-unknown-linux-gnu"] # defaults to just the build triple
-+target = ["i686-unknown-linux-gnu"] # defaults to just the build triple
+-target = ["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu"]
++target = ["i686-unknown-linux-gnu"]
cargo = "/usr/bin/cargo"
rustc = "/usr/bin/rustc"
- python = "python"
-@@ -19,11 +19,11 @@
- # https://github.com/rust-lang/rust/issues/47745
- codegen-units = 1
+ python = "/usr/bin/python"
+@@ -21,11 +21,11 @@
+ # https://github.com/rust-lang/rust/issues/54872
+ codegen-units-std = 1
-debuginfo-level = 2
-+debuginfo-level = 1
++debuginfo-level = 0
channel = "stable"