Set sanitizers to none
While doing other build tests, I saw that building without ASAN works just fine. I want to disable it to gain performance.
zi0Black has previously contributed to projects/aptos-core. The previous PR was #11512
@jonathanmetzman @DavidKorczynski can I get this merged? :)
Could you fix the breaking coverage build?
Could you fix the breaking coverage build?
Error: Process completed with exit code 137., the container is running out of memory @DavidKorczynski :(
I see the workflow disables swapping memory to save space on the disk, aptos-core is quite a big project, and we already had issue with running out of memory while building/linking.
@jonathanmetzman @DavidKorczynski since I had to upgrade a dependency, I pushed the commit here trying to push everything together.
Sorry, I shouldn't have landed this. I didn't realize it is a rust projects. Rust projects must use ASAN in OSS-Fuzz. This passed CI because nothing built :facepalm: I'm going to have to revert this.