3rdparty / eventuals

Apache License 2.0
34 stars 7 forks source link

Turn on address sanitizer for ubuntu runner #599

Open onelxj opened 1 year ago

onelxj commented 1 year ago

Currently, we are using default github runners, for ubuntu-latest it has 7 GB RAM, which is not enough to build eventuals::grpc under address sanitizer (e.g. --config=asan) and even with -c dbg, so we turned it off for a while and later we should probably use larger runners.