From 95becdb3dc32cd42af12850a9228e0f650dcca1d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 16 Sep 2022 09:31:07 +0200 Subject: disabled rust162 in build-support, rust is now 1.63 --- build-support/disabled/rust162/config.toml.patch | 39 ++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 build-support/disabled/rust162/config.toml.patch (limited to 'build-support/disabled/rust162/config.toml.patch') diff --git a/build-support/disabled/rust162/config.toml.patch b/build-support/disabled/rust162/config.toml.patch new file mode 100644 index 00000000..e262d277 --- /dev/null +++ b/build-support/disabled/rust162/config.toml.patch @@ -0,0 +1,39 @@ +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" + -- cgit v1.2.3-70-g09d2