summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-10-15 16:53:47 -0400
committerB Stack <bgstack15@gmail.com>2019-10-15 16:53:47 -0400
commit6ec781e5cdc753015a77598e008e0f33c68a87d3 (patch)
treef1265bdc20485ab011a978e97d1d91f5b98499df
parentWIP: try waterfox with rust < 1.38 (diff)
downloadstackrpms-6ec781e5cdc753015a77598e008e0f33c68a87d3.tar.gz
stackrpms-6ec781e5cdc753015a77598e008e0f33c68a87d3.tar.bz2
stackrpms-6ec781e5cdc753015a77598e008e0f33c68a87d3.zip
waterfox: revert pinned rust
Builds with rust=1.38 will break, so that is all the fedora chroots. This hopefully is temporary. Meanwhile, el7 and el8 should work.
-rw-r--r--waterfox/waterfox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec
index 2133100..57ee5d8 100644
--- a/waterfox/waterfox.spec
+++ b/waterfox/waterfox.spec
@@ -75,7 +75,7 @@ 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 1
+%global build_with_pinned_rust 0
%global rust_build_min_ver 1.35
%global rust_build_min_nover 1.38
bgstack15