Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: re-enable ASAN Action using clang #32776

Closed
wants to merge 2 commits into from

Commits on Apr 10, 2020

  1. build: use same flags as V8 for ASAN

    Signed-off-by: Matheus Marchini <mmarchini@netflix.com>
    mmarchini committed Apr 10, 2020
    Copy the full SHA
    1264045 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. build: re-enable ASAN Action using clang

    clang's linker seems to use considerably less memory than gcc, allowing
    us to run on Actions without running out of memory.
    
    Signed-off-by: Matheus Marchini <mmarchini@netflix.com>
    mmarchini committed Apr 11, 2020
    Copy the full SHA
    c39affd View commit details
    Browse the repository at this point in the history