aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/myanmar-tools
Commit message (Collapse)AuthorAge
* Opt in all Google GitHub projects into GitHub issue filing. (#7531)Gravatar Oliver Chang2022-04-11
|
* [Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281)Gravatar jonathanmetzman2021-08-24
| | | | | | | These projects were tested and it was found that their use of MSAN does not work on Ubuntu 20.04. Therefore their use of MSAN is being disabled. Related: #6180
* [Ubuntu upgrade][myanmar-tools] Explicitly link against libunwind. (#6277)Gravatar jonathanmetzman2021-08-23
| | | | | | This prevent build from breaking when builder is upgraded to Ubuntu 20.04. Related: #6180.
* [infra][build] Set HOME=/root on GCB when doing fuzzer builds. (#6069)Gravatar jonathanmetzman2021-07-20
| | | | | | | | | | [infra][build] Set HOME=/root on GCB when doing fuzzer builds. GCB passes HOME as env var to the docker container. It sets HOME to /builder/home which is persisted accross builds. This issue causes build breakages in https://github.com/google/oss-fuzz/issues/6035 and possibly https://github.com/google/oss-fuzz/issues/5317. Perhaps more insidiuosly it can cause fuzzers to be built with the wrong instrumentation.
* [infra][myanmar-tools] Fix myanmar-tools temporarily (#6068)Gravatar jonathanmetzman2021-07-19
| | | | | | | * [infra][myanmar-tools] Fix myanmar-tools temporarily Workaround state being preserved in build containers. * fix license header
* Fill in main_repo for several projects. (#4816)Gravatar Abhishek Arya2020-12-09
| | | | | * Fill in main_repo for several projects. * Add some go repos.
* Update Dockerfiles (#4070)Gravatar devtty1er2020-07-06
| | | | | * Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
* Speculative fix for myanmar-tools CI breakage (#3659)Gravatar Abhishek Arya2020-04-16
| | | Speculative fix for #3656
* [presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Gravatar Max Moroz2020-03-10
| | | | | | | | | | | | | | | | | | | * [presubmit] Enforce language attribute in projectt.yaml to be always set. * Update documentation, better presubmit check, new project template. * add docstring to templates.py * Add example values in the project.yaml template and remove python value for now * Add "project: c++" to 256 projects * format * Add labels and selective_unpack sections to the presubmit check * fix incorrect auto_ccs format in three projects * fix nss emails after rebase
* Add libunwind-dev to fix myanmar-tools build (#3204)Gravatar Abhishek Arya2020-01-08
|
* [myanmar-tools] Ignore hunter-installed dependencies in coverage test (#2973)Gravatar Shane F. Carr2019-10-23
|
* [myanmar-tools] Fix build by including libunwind.so.8 in lib (#2961)Gravatar jonathanmetzman2019-10-17
| | | | | | | The OSS-Fuzz builder and runner images have libunwind. Since the OSS-Fuzz runner images aren't actually used to run fuzzers on ClusterFuzz and are just actually used for testing(!) this passed CI before even though it failed immediately on ClusterFuzz. I've tested that with this fix, the fuzzer works on ClusterFuzz.
* [myanmar-tools] Link against $ORIGIN to unbreak builds (#2956)Gravatar jonathanmetzman2019-10-16
|
* Add project myanmar-tools (#2929)Gravatar Shane F. Carr2019-10-11
* Add project myanmar-tools * Tweaks to myanmar tools build.sh * Fix travis build error * Fix Craig Cornelius email address * Set CMAKE_{C,CXX} flags * Write verbose output in cmake * Disable uninteresting UBSan sanitizer based on this target