Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/rust/config.toml.patch
blob: d0a351bb51bf3922399bf3726d118ddbd00387bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
diff -rauN a/config.toml b/config.toml
--- a/config.toml	2023-01-22 09:04:27.684167483 +0100
+++ b/config.toml	2023-01-22 09:05:53.794297289 +0100
@@ -6,11 +6,10 @@
 
 [build]
 target = [
-  "x86_64-unknown-linux-gnu",
   "i686-unknown-linux-gnu",
-  "x86_64-unknown-linux-musl",
+  "i686-unknown-linux-musl",
   "wasm32-unknown-unknown",
-  "wasm32-wasi",
+  "wasm32-wasi"
 ]
 cargo = "/usr/bin/cargo"
 rustc = "/usr/bin/rustc"
@@ -28,7 +27,7 @@
 prefix = "/usr"
 
 [rust]
-debuginfo-level-std = 2
+debuginfo-level-std = 0
 channel = "stable"
 description = "Arch Linux rust 1:1.66.1-2"
 rpath = false
@@ -61,7 +60,7 @@
 ar = "/usr/bin/gcc-ar"
 ranlib = "/usr/bin/gcc-ranlib"
 
-[target.x86_64-unknown-linux-musl]
+[target.i686-unknown-linux-musl]
 sanitizers = false
 musl-root = "/usr/lib/musl"