summarylogtreecommitdiffstats
path: root/0002-Rollback-ARM-Toolchain.patch
diff options
context:
space:
mode:
authorMarkus Richter2019-11-23 22:56:41 +0100
committerMarkus Richter2019-11-23 22:56:41 +0100
commit0c1ba91d01f4c9469dd49ce9cd451bc447803dcb (patch)
treebf49fd508794ea990a162ad95c1e6fc6758c1894 /0002-Rollback-ARM-Toolchain.patch
parentf20e6b54f2dd5b63727aece8df117850254eb7ee (diff)
downloadaur-0c1ba91d01f4c9469dd49ce9cd451bc447803dcb.tar.gz
-ARMv7 workaround; +rust packaging guidelines
Details: - Remove ARMv7h workaround because It's no longer neccessary (upstream Rust was patched) + Add check() function and --locked switch (to cargo command) to the PKGBUILD. This stems from following the Archlinux package guide for Rust packages. I don't think it's neccessary for -git packages to add the --locked option or to make them reproducible but it also won't harm.
Diffstat (limited to '0002-Rollback-ARM-Toolchain.patch')
-rw-r--r--0002-Rollback-ARM-Toolchain.patch7
1 files changed, 0 insertions, 7 deletions
diff --git a/0002-Rollback-ARM-Toolchain.patch b/0002-Rollback-ARM-Toolchain.patch
deleted file mode 100644
index bc65dd2518c2..000000000000
--- a/0002-Rollback-ARM-Toolchain.patch
+++ /dev/null
@@ -1,7 +0,0 @@
-diff --git a/rust-toolchain b/rust-toolchain
-index 3f7cead..2ad2d88 100644
---- a/rust-toolchain
-+++ b/rust-toolchain
-@@ -1 +1 @@
--nightly-2019-08-27
-+nightly-2019-05-11