Chris Love

Results 273 comments of Chris Love

Can someone outline what needs to happen to get this done? Can we script this in dsl?

We are waiting on the source code to get merged

Once https://github.com/bazelbuild/rules_go/pull/3317 and https://github.com/bazel-contrib/SIG-rules-authors/pull/67 are merged, we can close this

Also, should we use https://bazel.build/build/bzlmod in the demo? We had a question on the call: "What are you doing for bazel 6?" And I know that bzlmod is one of...

@alexeagle happy to start on this. We need to update the Golang example as well.

Just a note to anyone that starts the work ` native.register_toolchains` is not supported when using bzlmod.

@sluongng When I last tried it, it did not work when using it inside an extension. In rules_python we are skipping the native call: https://github.com/bazelbuild/rules_python/blob/36082079b514529d4009a2b104475fde1cdd5b30/python/repositories.bzl#L569 And build the toolchains here:...

You can use: `bazel build //:myproject --action_env=MYENV=myvalue` to set the environment variable. Or you can build your own version of lib SSL, or you can include the library in your...