Replies: 1 comment
-
|
Closing as outdated as it is old and we've disabled the windows CI runner now; feel free to raise an issue if this still persists |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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