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
When ARCH is defined (e.g. in the CI), we can cross-compile using the ARCH flag. However, the default is set to x84_64, which is not a good default on the ARM machines. We should find a way to pass flags to the compiler instead of setting the default to a fixed architecture.
The build.ts script and CI should be modified to support this.
Alternatively, we can just remove these flags because we now have access to native Arm machines in Github Actions, and we no longer need to cross compile
On macOS, I get the following linker warnings upon
pnpm install
. I suspect this is because of incorrectly defaultingarch
in https://github.com/rotu/zeromq.js/blob/2f13ee2f9654f5dc56a36910eddd2a1054e0b338/binding.gyp#L230-L235My computer is an M1 MacBook Air.
out.txt
The text was updated successfully, but these errors were encountered: