-
Notifications
You must be signed in to change notification settings - Fork 853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken CI SIMD and wasm checks on master: unknown feature llvm_asm
#1198
Comments
Reverting #1189 did not appear to fix the issue. Perhaps another crate accidentally released a breaking change |
We are observing the same on arrow2. This seems to be upstream :( |
I plan to look into this more carefully tomorrow morning (US eastern time) |
I am pretty confident that this is an issue in In theory if we can get the maintainers to release an updated version this will be fixed for us |
We can always follow the lead of arrow2 here if no one is willing to publish a new fix for I suppose "code that compiles but is slower" is better than "code that doesn't compile" |
Datapoints: Works:
Doesn't work:
(aka I think it was the nightly version that was released today -- |
llvm_asm
I think this can be closed now |
The CI wasm and SIMD tests are now failing on master:
https://github.com/apache/arrow-rs/runs/4852992130?check_suite_focus=true
https://github.com/apache/arrow-rs/runs/4852992553?check_suite_focus=true
complaining about missing llvm_asm, which appears to relate to rust-lang/packed_simd#340 as pointed out by @gangliao on #1195
Originally posted by @tustvold in #1189 (comment)
The text was updated successfully, but these errors were encountered: