index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-16 20:27:01 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-16 20:27:01 +0100 |
commit | 767096c97d9366f36ef531b49381f1a3b3326146 (patch) | |
tree | d7919877345a794eb55f580726eb0f3def1a178d /build-support-disabled/rust162/config.toml.patch | |
parent | b79b42e58b90a54eb5644ae10d04b5bfde26fb75 (diff) |
-rw-r--r-- | build-support-disabled/rust162/config.toml.patch | 39 |
diff --git a/build-support-disabled/rust162/config.toml.patch b/build-support-disabled/rust162/config.toml.patch deleted file mode 100644 index e262d277..00000000 --- a/build-support-disabled/rust162/config.toml.patch +++ /dev/null @@ -1,39 +0,0 @@ -diff -rauN a/config.toml b/config.toml ---- a/config.toml 2021-12-09 10:47:47.487749605 +0100 -+++ b/config.toml 2021-12-09 11:12:50.904278715 +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 $pkgbase $epoch:$pkgver-$pkgrel" - rpath = false -@@ -45,10 +44,10 @@ - [dist] - compression-formats = ["gz"] - --[target.x86_64-unknown-linux-gnu] -+[target.i686-unknown-linux-gnu] - llvm-config = "/usr/bin/llvm-config" - --[target.x86_64-unknown-linux-musl] -+[target.i686-unknown-linux-musl] - sanitizers = false - musl-root = "/usr/lib/musl" - |