bazel-contrib / rules-template

A template for creating a new Bazel ruleset
Apache License 2.0
82 stars 22 forks source link

Remove incompatible_use_toolchain_transition #122

Closed groodt closed 4 months ago

groodt commented 5 months ago

This is unused and toolchain transitions have been the default a while now and has been removed in bazel. See: https://github.com/keith/bazel/commit/43d0f9683935e9886bb05dcc42ac83d6593ac205

cc @katre