You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And re-enable Go FFI build for aarch64 on MacOS. As follow up of #4764
fnis_sidecar_ffi_enabled() -> bool{// Note: arm64 is disabled for now as cross-compilation is not yet supported in rust2go// and it's reported rust2go build does not work on arm64 MacOSifcfg!(target_arch = "x86_64"){// Opt-out building the F3 sidecar staticlibmatch std::env::var("FOREST_F3_SIDECAR_FFI_BUILD_OPT_OUT"){Ok(value) => !matches!(value.to_lowercase().as_str(), "1" | "true"),
_ => true,}}else{false}}
The text was updated successfully, but these errors were encountered:
And re-enable Go FFI build for aarch64 on MacOS. As follow up of #4764
The text was updated successfully, but these errors were encountered: