Skip to content

Commit bf0e4b4

Browse files
snadrusrvagg
andauthored
Update install-filcrypto opt-out FVM
Co-authored-by: Rod Vagg <rod@vagg.org>
1 parent 4ba7b36 commit bf0e4b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install-filcrypto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ build_from_source() {
236236
features=()
237237
[ -n "${use_multicore_sdr}" ] && features+=("${use_multicore_sdr}")
238238
[ -n "${gpu_flags}" ] && features+=("$(echo "${gpu_flags}" | sed 's/^,//')")
239-
[ "${FFI_USE_FVM}" == "1" ] && features+=("fvm")
239+
[ "${FFI_DISABLE_FVM}" != "1" ] && features+=("fvm")
240240
[ -n "${use_fixed_rows_to_discard}" ] && features+=("$(echo "${use_fixed_rows_to_discard}" | sed 's/^,//')")
241241
if [ "${FFI_USE_BLST_PORTABLE}" == "1" ] || [ "${FFI_PORTABLE}" == "1" ]; then
242242
features+=("blst-portable")

0 commit comments

Comments
 (0)