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
Installation breaks with os.platform = "android" instead of Linux.
Hoping to get this running on ARM Android devices.
Once install works (tested by replacing os.platform), next issue is os.arch = anything other than "arm64" for example "aarch64", "arm" breaks the post-install script. Should be compatible, just differently named.
Bacalhau has a 32-bit armv7 version in releases, so "armv7l" and "armv8l" would be great os.arch options as well.
Can Zinnia run on 32 bit? If so, would need a version in releases for this.
If not, then maybe put an "arch" test in the script to warn that 32-bit shouldn't continue.
The text was updated successfully, but these errors were encountered:
Zinnia doesn't provide binaries for arm6. Building such binaries will be very expensive because AFAIK rusty_v8 does not provide pre-built binaries for that platform, and therefore, we would have to build v8 from sources.
Zinnia doesn't provide binaries for arm6. Building such binaries will be very expensive because AFAIK rusty_v8 does not provide pre-built binaries for that platform, and therefore, we would have to build v8 from sources.
Installation breaks with os.platform = "android" instead of Linux.
Hoping to get this running on ARM Android devices.
Once install works (tested by replacing os.platform), next issue is os.arch = anything other than "arm64" for example "aarch64", "arm" breaks the post-install script. Should be compatible, just differently named.
Bacalhau has a 32-bit armv7 version in releases, so "armv7l" and "armv8l" would be great os.arch options as well.
Can Zinnia run on 32 bit? If so, would need a version in releases for this.
If not, then maybe put an "arch" test in the script to warn that 32-bit shouldn't continue.
The text was updated successfully, but these errors were encountered: