summaryrefslogtreecommitdiff
path: root/waterfox/waterfox.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-04-16 13:37:55 -0400
committerB Stack <bgstack15@gmail.com>2019-04-16 13:38:00 -0400
commit43b7647b1c7501371fef962dcd6b63e59b0d88c8 (patch)
tree7dbce6180adb10de9c7a1911b3e87e2e88e9951d /waterfox/waterfox.spec
parentwaterfox: WIP fedora disable rust simd (diff)
downloadstackrpms-43b7647b1c7501371fef962dcd6b63e59b0d88c8.tar.gz
stackrpms-43b7647b1c7501371fef962dcd6b63e59b0d88c8.tar.bz2
stackrpms-43b7647b1c7501371fef962dcd6b63e59b0d88c8.zip
waterfox: WIP do not use pinned rust
Try using regular rust, instead of customized chinfo one, now that we are disabling rust-simd.
Diffstat (limited to 'waterfox/waterfox.spec')
-rw-r--r--waterfox/waterfox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec
index bdfbf3c..ea4b2bd 100644
--- a/waterfox/waterfox.spec
+++ b/waterfox/waterfox.spec
@@ -79,7 +79,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.32
%global rust_build_min_nover 1.33
bgstack15