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
The build attempts to download the binary that it is suppposed to build and fails: https://github.com/denoland/rusty_v8/releases/download/v129.0.0/librusty_v8_release_x86_64-unknown-freebsd.a.gz
#1636
Open
yurivict opened this issue
Oct 3, 2024
· 1 comment
rusty_v8 doesn't officially support FreeBSD and as such doesn't provide prebuilt archives for FreeBSD. You can try building V8 from source using V8_FROM_SOURCE=1.
Build fails:
It doesn't seem to make sense to download librusty_v8_release_x86_64-unknown-freebsd.a because that's what the rusty_v8 project us supposed to build.
Version: 129.0.0
FreeBSD 14.1
The text was updated successfully, but these errors were encountered: