Move verification out into separate script to fix ARM64 use#294
Conversation
c090d7a to
68ad084
Compare
Some platforms don't have the clang sanitizer checks available that are used in the verification tests, currently on these the output files can't even be amalgamated. To fix this, separate amalgamation and verification so that the later can be skipped.
68ad084 to
b8f5bb2
Compare
|
If anyone knows why the fuzzing workflow suddenly can't find I would really love for this whole ARM64 musl-libc situation to get fixed soon, because it's just quite cumbersome to work around and I'm starting to shift a lot of my projects to more heavily support various ARM64 variants. |
|
If a77af68 was the reason why |
|
I just tested the latest commit and the basic task of creating the amalgamated header file continues to be broken on ARM64 if clang happens to be installed. |
|
This is still broken for 174573d: |
Some platforms don't have the clang sanitizer checks available that are used in the verification tests, currently on these the output files can't even be amalgamated. To fix this, separate amalgamation and verification so that the later can be skipped. Fixes #273