Commit Graph

1 Commits

Author SHA1 Message Date
Ravi Jotwani 9348981822
[alembic] Initial integration (#4236)
* initial commit

* removed instances of cout in fuzzer, build failing

* Fix the Alembic build.

This commit gets Alembic building properly by linking it against
a locally compiled checkout of the most recent OpenEXR release.

* placed temp file in /tmp, modified build script

* added zlib1g-dev:i386 as a dependency in Dockerfile

* style fixes, removed msan

* combine dumpAttribute functions

* fix formatting

* update fuzzer_temp_file.h, style fixes for fuzzer

* populate target names

* disable ubsan for the time being

Co-authored-by: Michael Jezierny <mtjz@google.com>
2020-08-11 16:43:16 -07:00