bazel “undeclared inclusion(s)” errors after updating gcc

[亡魂溺海] 提交于 2019-12-02 04:14:07

Whenever you do smth to your system that Bazel cannot possibly know, it's a good idea to run bazel clean --expunge. It's just a little bit more polite way of doing rm -rf ~/.cache/bazel :)

Not sure if this is the right solution, but I was able to get this to work by deleting my whole bazel cache directory with

$ rm -rf ~/.cache/bazel

I'm not sure what other effects this has, there's probably something better, what I did feels like a sledgehammer

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!