FFIG / ffig

Generate code to call C++ libraries from other languages
MIT License
29 stars 9 forks source link

Disable ASAN on Appveyor Linux #377

Closed jbcoe closed 6 years ago

jbcoe commented 6 years ago

We’re getting spurious test failures on Appveyor Linux - disable ASAN until they can be replicated and fixed.

petr-tik commented 6 years ago

My research suggest it's something to do with the availability of ptrace in container builds

similar travisCI issue

Suggested work arounds from another project

ajbennieston commented 6 years ago

I'll create an issue to track this.