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
{{ message }}
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
It's from the line 129, target.cc.compile_flags, which is now deprecated (from bazel-0.25.0). Please see bazelbuild/bazel#7036 for details. I think a solution is to use get_compile_flags(target) instead of target.cc.compile_flags. AFAIK, get_compile_flags is not included in bazel so we need to copy/paste it from https://gist.github.com/oquenchil/7e2c2bd761aa1341b458cc25608da50c.
The text was updated successfully, but these errors were encountered:
bazel-compilation-database/aspects.bzl
Lines 128 to 130 in d642038
It's from the line 129,
target.cc.compile_flags
, which is now deprecated (from bazel-0.25.0). Please see bazelbuild/bazel#7036 for details. I think a solution is to useget_compile_flags(target)
instead oftarget.cc.compile_flags
. AFAIK,get_compile_flags
is not included in bazel so we need to copy/paste it from https://gist.github.com/oquenchil/7e2c2bd761aa1341b458cc25608da50c.The text was updated successfully, but these errors were encountered: