summaryrefslogtreecommitdiff
path: root/build-support/disabled/rust/config.toml.patch
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-11-16 20:37:33 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2019-11-16 20:37:33 +0100
commitae1780d9136d30b46f8aa077e3234b0829fd99ae (patch)
treea603a95fbe3092909f0c6e3933b6356bd810c750 /build-support/disabled/rust/config.toml.patch
parenta88d4f51d2c59f450477509717d3149a37872569 (diff)
downloadpackages-ae1780d9136d30b46f8aa077e3234b0829fd99ae.tar.xz
build-support: renamed extra->disabled, added python-pip-bootstrap
Diffstat (limited to 'build-support/disabled/rust/config.toml.patch')
-rw-r--r--build-support/disabled/rust/config.toml.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/build-support/disabled/rust/config.toml.patch b/build-support/disabled/rust/config.toml.patch
new file mode 100644
index 00000000..8d0762cd
--- /dev/null
+++ b/build-support/disabled/rust/config.toml.patch
@@ -0,0 +1,26 @@
+diff -rauN a/config.toml b/config.toml
+--- 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", "i686-unknown-linux-gnu"]
++target = ["i686-unknown-linux-gnu"]
+ cargo = "/usr/bin/cargo"
+ rustc = "/usr/bin/rustc"
+ 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 = 0
+
+ channel = "stable"
+
+ rpath = false
+
+-[target.x86_64-unknown-linux-gnu]
++[target.i686-unknown-linux-gnu]
+ llvm-config = "/usr/bin/llvm-config"