Skip to content

Conversation

@mohamedhafez
Copy link
Contributor

Introduces a new DBS env var, that will let you choose which subset of MySQL, Postgres, or SQLite you are trying to build and release gems for. Not setting it defaults to all of them, with the exception of release:do: for that, just to be extra safe that what is being done is intentional, I've required the caller to explicitly set it.

Limits the rake command performed to only work for one of the database types listed in the DB env var
A unset DBS will still default to all, but not a blank string
removes unnecessary check for a blank string DBS env var in release:do. That will now be caught as an error elsewhere
@enebo enebo merged commit 13db688 into jruby:master Oct 6, 2025
7 of 12 checks passed
@enebo
Copy link
Member

enebo commented Oct 6, 2025

@mohamedhafez Thanks for this PR. When we get first adapter working for 8+ we can get those out quicker with this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants