Cheng Ji

Results 2 comments of Cheng Ji

I also run into this issue. `glog` has a `demangle.h` that gets linked to `$EXT_BUILD_DEPS/include/demangle.h`. This conflicts with the `demangle.h` shipped with gcc 10.

In `.bazelrc`, try adding `build --incompatible_enable_cc_toolchain_resolution` and see if it works.