summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2021-06-28 14:19:16 +0200
committerKr1ss2021-06-28 14:19:16 +0200
commit3778881e52d1197a3d7ff09d150c902f7ec40190 (patch)
treef898b67364bb3e653dc712a7a716011832d731fe
parentcde023849a519659f9463af49ea02c3619250ca3 (diff)
downloadaur-3778881e52d1197a3d7ff09d150c902f7ec40190.tar.gz
remove presetting the rust toolchain
We don't need to explicitely use the stable toolchain, since the bug in `git2` is fixed in v0.13.20, and with that it can be build with nightly, too.
-rw-r--r--PKGBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89c2722177e7..2b277605e71b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,10 +34,6 @@ _setup_build_env() {
when the CARGO_HOME variable is already set in your environ-
ment.)"
fi
-
- # git2 cannot be built with current nightly due to a regression; for ref.:
- # https://github.com/rust-lang/rust/issues/85574
- export RUSTUP_TOOLCHAIN=stable
}
prepare() {