You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we build hermetic ruby installations during repo initialization. If we switch to only downloading the source code and modeling the build in Bazel though, it could significantly improve devex here and allow us to support multiple versions practically. The key piece is that we wouldn't have access to non-system executables in repo rules, so the toolchain setup and ruby_bundle would need to be tweaked
The text was updated successfully, but these errors were encountered:
Right now we build hermetic ruby installations during repo initialization. If we switch to only downloading the source code and modeling the build in Bazel though, it could significantly improve devex here and allow us to support multiple versions practically. The key piece is that we wouldn't have access to non-system executables in repo rules, so the toolchain setup and ruby_bundle would need to be tweaked
The text was updated successfully, but these errors were encountered: