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
Windows build fails because blake3 fails to compile because of fatal error A1009:line too long. After a discussion with blake3 maintainer in BLAKE3-team/BLAKE3#298 (comment) it appears that it's because an incorrect compiler flag being passed.
It looks like whatever is calling MASM is using -o to specify the output file instead of /Fo. With -o going unrecognized, it attempts to parse the .o file instead.
Have you encountered this issue before? Any suggested fixes?
blake3 is a dependency in the datafusion physical-expr crate which gets added along with datafusion into nautilus in nautechsystems/nautilus_trader#997. I couldn't find any build script in the physical-expr crate.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Windows build fails because blake3 fails to compile because of
fatal error A1009:line too long
. After a discussion with blake3 maintainer in BLAKE3-team/BLAKE3#298 (comment) it appears that it's because an incorrect compiler flag being passed.Have you encountered this issue before? Any suggested fixes?
blake3 is a dependency in the datafusion physical-expr crate which gets added along with datafusion into nautilus in nautechsystems/nautilus_trader#997. I couldn't find any build script in the physical-expr crate.
Here's the error log and this is the failed CI job
Beta Was this translation helpful? Give feedback.
All reactions