jonathanmetzman
jonathanmetzman
/gcbrun trial_build.py skcms --sanitizer address coverage memory undefined --fuzzing-engine libfuzzer afl honggfuzz
/gcbrun trial_build.py skcms --sanitizer address coverage memory undefined --fuzzing-engine libfuzzer afl honggfuzz
has some i386 build problems
/gcbrun trial_build.py skcms --sanitizer address coverage memory undefined --fuzzing-engine libfuzzer afl honggfuzz
/gcbrun trial_build.py all --sanitizer address coverage memory undefined --fuzzing-engine libfuzzer afl honggfuzz
The main things failing are python projects because asan_with_fuzzer.so no longer exists.
> The main things failing are python projects because asan_with_fuzzer.so no longer exists. Filed: https://github.com/google/atheris/issues/36
I have a fix for the python issue: https://github.com/google/atheris/pull/37
There's also some rust issues that look like this: ``` /usr/bin/ld: cannot find -lc++ ```
There's also some rust issues that look like this: > > ``` > /usr/bin/ld: cannot find -lc++ > ``` I think it's because clang's new install location for libc++ is...