diff options
author | B Stack <bgstack15@gmail.com> | 2019-10-15 16:31:13 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-10-15 16:31:13 -0400 |
commit | eb07d372f7e894c248f7066206b8ff19a85a34fc (patch) | |
tree | 268572c11f4aa25fc5f2cdf7a01fab511fc0920b /waterfox | |
parent | WIP: waterfox exclude bookmarks nonsense (diff) | |
download | stackrpms-eb07d372f7e894c248f7066206b8ff19a85a34fc.tar.gz stackrpms-eb07d372f7e894c248f7066206b8ff19a85a34fc.tar.bz2 stackrpms-eb07d372f7e894c248f7066206b8ff19a85a34fc.zip |
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
Diffstat (limited to 'waterfox')
-rw-r--r-- | waterfox/waterfox.spec | 4 |
1 files changed, 2 insertions, 2 deletions
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\} |