bazelruby / rules_ruby

Formerly canonical rules for ruby, that are about 2-3 years behind current Bazel. If they work for you great, but if not — please try the new rules ruby by Alex Radionov: https://github.com/bazel-contrib/rules_ruby
Apache License 2.0
99 stars 37 forks source link

Support pulling prebuilt ruby #112

Open thii opened 3 years ago

thii commented 3 years ago

This currently supports building ruby from source and using ruby from host. Building ruby from source can be slow and has to be redone every time we upgrade our clang compiler. ruby coming from the host machine is outdated and is often incompatible with newer gems; it also creates a room for non-hermetic builds. It would be nice if this can have support for pulling prebuilt ruby binaries based on the host platform.

kigster commented 1 year ago

Looking for additional core maintainers: https://github.com/bazelruby/rules_ruby/discussions/146