Skip to content
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

[ci] Fix fuzzing github action #181

Open
exdx opened this issue Mar 5, 2024 · 1 comment
Open

[ci] Fix fuzzing github action #181

exdx opened this issue Mar 5, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@exdx
Copy link
Contributor

exdx commented Mar 5, 2024

The fuzzing CI action broke some time ago and currently the CI runs consistently fail. Not related to the actual fuzzing itself.

error[E0635]: unknown feature `stdsimd`
  --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.6/src/lib.rs:99:42
   |
99 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))]

A/C:
Ensure fuzzing action is running successfully

@exdx exdx added the bug Something isn't working label Mar 5, 2024
@cavemanloverboy
Copy link
Contributor

this build error is fixed in #185

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants