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
When building with the 0.9.0 release of this library on an Apple Silicone (M1) Mac the following error occurs:
ERROR: /external/rules_foreign_cc/toolchains/BUILD.bazel:192:11: in ninja_tool rule @rules_foreign_cc//toolchains:ninja_tool:
Traceback (most recent call last):
File "/external/rules_foreign_cc/foreign_cc/built_tools/ninja_build.bzl", line 16, column 30, in _ninja_tool_impl
additional_tools = depset(
Error in depset: at index 0 of transitive, got element of type NoneType, want depset
ERROR: /external/rules_foreign_cc/toolchains/BUILD.bazel:192:11: Analysis of target '@rules_foreign_cc//toolchains:ninja_tool' failed
This error is not present in version 0.8.0 of the library. I suspect the issue was introduce by this PR or this PR.
Solution
Revert to version 0.8.0 until a fix is determined.
The text was updated successfully, but these errors were encountered:
Problem
When building with the
0.9.0
release of this library on an Apple Silicone (M1) Mac the following error occurs:This error is not present in version
0.8.0
of the library. I suspect the issue was introduce by this PR or this PR.Solution
Revert to version
0.8.0
until a fix is determined.The text was updated successfully, but these errors were encountered: