bazel-contrib/rules_ruby

Support passing environment variables to `rb_bundle`

p0deje opened this issue · 0 comments

p0deje commented

This would be useful to configure build flags for gems:

rb_bundle(
  env = {
    "BUNDLE_BUILD__GRPC": "--with-ldflags=-Wl,-undefined,dynamic_lookup"
  }
)