Keith Smiley

Results 292 issues of Keith Smiley

With `cc_sysroot` it's valid to provide just something like this: ```bzl cc_sysroot( name = "sysroot", sysroot = "@sdk//:dir", ) ``` Without actually propagating the files to the actions that rely...

When trying to write a toolchain with the new rule based mechanism, on macOS we likely need some feature like this: ```bzl cc_args( name = "apple_sysroot", actions = [ "@rules_cc//cc/toolchains/actions:compile_actions",...