-
Notifications
You must be signed in to change notification settings - Fork 744
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
Hyperscan 5.2.1 integration #849
Conversation
Thanks for the contribution! Before we can merge though, we'll need to get the builds to pass on the CI machines. To speed up the process, you can temporarily comment out all the other unrelated builds. |
It looks like it's now failing on Windows too with a similar error:
https://ci.appveyor.com/project/Bytedeco/javacpp-presets/builds/31260209/job/n0ejtgqim93urxqf Where does that compiler need to come from? |
@saudet Initially the Ragel package was fetched from http://repo.msys2.org: |
@saudet Looks like the build for hyperscan is fine. The general build is failing due to some external reasons. |
Hi @saudet
I have added the preset for the Intel Hyperscan regex library (https://github.com/intel/hyperscan).
Could you review the changes and let me know if the preset can be merged into the main branch?
By the way, could you help me with adding the Ragel to linux-x86_64 build, because currently, it is failing because of the Ragel missing?