Commit Graph

4 Commits

Author SHA1 Message Date
ronaldfw d44ba395f7
Suppress stdout output for fuzzers in projects/orbit (#6909)
We recently added a new fuzzer that prints a lot to stdout due to
how error messages are handled. With this change we suppress this
output.

The understanding is that useful output from asan, etc. goes to
stderr, which we do not suppress.
2021-11-26 15:45:16 +00:00
antonrohr 5e2ea3e06b
Project Orbit: Fix Dockerfile (#5029)
* Project Orbit: Fix Dockerfile

This change is necessary to reflect the recent branch renaming on
github.com/google/orbit from master to main.

* Project Orbit: Fix build.sh

The build is fixed by manually setting flags for building llvm.

* Addressed review comments
2021-01-27 13:26:36 -08:00
Henning Becker baf2672672
[orbit] Fix build bugs for Orbit (#4408)
I added the wrong header in the last commit. This will be fixed by this
commit.

Furthermore it seems to run as a different user in ClusterFuzz. So this
is fixed as well.
2020-09-03 10:01:42 -07:00
Henning Becker 16b04c4a99
Add build configuration for the orbit project (#4393)
That's a first shot of a build configuration. Works on my machine so
far.
2020-08-28 15:47:56 -07:00