Open sitaktif opened 1 year ago
Digging up to figure out the issue, I saw that there was a deprecation warning buried in the logs:
DEBUG: /private/var/tmp/_bazel_rchossart/94f88902fcd7029b431367a0b8cc4cbb/external/rules_foreign_cc/foreign_cc/private/framework.bzl:232:14: @//configure_with_bazel_transitive:simple Attribute `tools_deps` is deprecated. Please use `build_data`.
It seems to me that configure_make
should fail(...)
explicitly when the attribute is used instead of just printing. wdyt?
I'm not sure that the removal of the deprecated field was actually intentional. Happy to take a PR which either restores it or switches to fail()
On version
0.9.0
, tools present in thetools_deps
attribute were made available to the configure script, but as of0.10.0
, they are not anymore.The issue has been pinned down to these two commits:
To reproduce: