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
Filed this but they routed me here. As alluded to there, prebuildify is generating an x64 .so even with the --arch arm arg. Here's the line in their workflow:
run: npm x -- prebuildify --strip --arch arm64 --target 20.9.0
I've also manually run prebuildify-cross using that command line but with -i linux-arm64 as well, and still ended up with an x64 .so. Hoping it's just me or something about the my setup locally. has anyone cross compiled linux-arm64 prebuilds?
If not, any idea where to look for the problem? I kinda expect the next place is node-gyp, but I'm hoping to avoid that if possible ;) I'm willing to find/fix the problem but a little help at identifying the layer to focus on would be super helpful.
The text was updated successfully, but these errors were encountered:
Filed this but they routed me here. As alluded to there, prebuildify is generating an x64 .so even with the
--arch arm
arg. Here's the line in their workflow:I've also manually run
prebuildify-cross
using that command line but with-i linux-arm64
as well, and still ended up with an x64 .so. Hoping it's just me or something about the my setup locally. has anyone cross compiled linux-arm64 prebuilds?If not, any idea where to look for the problem? I kinda expect the next place is
node-gyp
, but I'm hoping to avoid that if possible ;) I'm willing to find/fix the problem but a little help at identifying the layer to focus on would be super helpful.The text was updated successfully, but these errors were encountered: