Edbert Chan

Results 7 comments of Edbert Chan
trafficstars

Thought I would leave my comment here for the record: https://github.com/bazelbuild/bazel/issues/19934#issuecomment-1781835538 I believe the real fix is to add ``` [ default_java_toolchain( name = "toolchain_java%d" % release, configuration = DEFAULT_TOOLCHAIN_CONFIGURATION,...

@gregestren Hopefully this gets upstreamed for 7.0!

@sgowroji Please let me know if/when you'd like to have this issue landed. We have a followup diff on our side that will allow for HOST_CPUS and HOST_RAM to be...

@larsrc-google Sorry for the delay. It looks like the diff you posted gives actions the power to set the amount of resources they will use via "resource_set". 1) Correct me...

Per @restingbull (Corbin) offline conversation, the dependency on Compilation.OPT was a matter of convenience from inside of Google. Supposedly, few/nobody who was working on building with the debuggable flag build...