You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered several issues with the current Bazel setup in this repository. The installation script appears to be broken, as most dependencies fail to load properly when building the project. Specifically, the WORKSPACE file seems to reference paths and symbols that are either incorrect or outdated. Here are the main issues I observed:
The WORKSPACE file attempts to load CcInfo from @rules_cc//cc:defs.bzl, but this symbol doesn't exist in that file. This suggests that the path or symbol might have been moved or removed in the current version of rules_cc.
There are way too many similar errors.
Could you please fix this?
The text was updated successfully, but these errors were encountered:
Description: Hi there,
I've encountered several issues with the current Bazel setup in this repository. The installation script appears to be broken, as most dependencies fail to load properly when building the project. Specifically, the WORKSPACE file seems to reference paths and symbols that are either incorrect or outdated. Here are the main issues I observed:
The WORKSPACE file attempts to load CcInfo from @rules_cc//cc:defs.bzl, but this symbol doesn't exist in that file. This suggests that the path or symbol might have been moved or removed in the current version of rules_cc.
There are way too many similar errors.
Could you please fix this?
The text was updated successfully, but these errors were encountered: