From eb07d372f7e894c248f7066206b8ff19a85a34fc Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 15 Oct 2019 16:31:13 -0400 Subject: WIP: try waterfox with rust < 1.38 Error "error[E0506]: cannot assign to `self.input.cached_token` because it is borrowed" https://users.rust-lang.org/t/not-building-thunderbird-68-1-1-with-rust-1-38-0/33123 https://bugzilla.mozilla.org/show_bug.cgi?id=1585099 --- waterfox/waterfox.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'waterfox') diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec index e4f3e39..2133100 100644 --- a/waterfox/waterfox.spec +++ b/waterfox/waterfox.spec @@ -75,9 +75,9 @@ ExcludeArch: armv7hl # Set to build with pinned rust version # This enables stylo build when default rust version is not supported # and a downgraded rust package exists -%global build_with_pinned_rust 0 +%global build_with_pinned_rust 1 %global rust_build_min_ver 1.35 -%global rust_build_min_nover 1.37 +%global rust_build_min_nover 1.38 %global default_bookmarks_file %{_datadir}/bookmarks/default-bookmarks.html %global waterfox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\} -- cgit