← Back to issue list

feat: Ruby plugin self-contained mode

View original Github issue

Metadata

Project
craft-parts
Number
#1407
Type
pull request
State
merged
Author
steinbro
Labels
Created
Updated
Closed

Current evaluation

Merged a feature introducing a ruby-self-contained flag for Ruby parts. This enables local gem packaging and enforces bundle install --local to guarantee dependency isolation. Approved by reviewers and passed CI validation.

Suggested action:

No scores available.

Issue body

- [ ] Have you followed the guidelines for contributing? - [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)? - [ ] Have you successfully run `make lint && make test`? - [ ] Have you added an entry to the changelog (`docs/reference/changelog.rst`)? --- Adds a `ruby-self-contained` flag to Ruby parts. Individual parts invoke `gem build` and output into a directory for later consumption. The final part invokes `bundle install --local` which fails if any dependency cannot be satisfied from the set of gems in the local directory.

Evaluation history

Date Model Scores Action Summary
qwen/qwen3.6-35b-a3b Merged a feature introducing a ruby-self-contained flag for Ruby parts. This enables local gem packaging and enforces bundle install --local to guarantee dependency isolation. Approved by reviewers and passed CI validation.
qwen3.6-35b-a3b-mtp-q6 Merged steinbro's pull request adding a ruby-self-contained flag to Ruby parts. Enables local gem building and enforces dependency resolution via bundle install --local, ensuring all gems are satisfied from a local directory.

Update history

No update history recorded yet.

Related issues

Issue Project State Summary Similarity
#1395 feat: add ruby plugin craft-parts merged Merged the Ruby plugin, resolving #338. Adds a shared ruby-deps part, tests, and documentation. CI compilation failures were resolved by switching to mruby and adjusting defaults to skip interpreter building. Approved by two reviewers.
72%