Skip to content

feat: install os packages at run time#6943

Merged
ferrarimarco merged 1 commit intomainfrom
additional-os-packages
Aug 12, 2025
Merged

feat: install os packages at run time#6943
ferrarimarco merged 1 commit intomainfrom
additional-os-packages

Conversation

@ferrarimarco
Copy link
Copy Markdown
Collaborator

Support installing user-specified OS packages at run time. This unblocks users that need specific OS-level dependencies to be installed in order to install additional dependencies (gems, npm packages, etc.).

Close #5824

Readiness checklist

In order to have this pull request merged, complete the following tasks.

Pull request author tasks

  • I checked that all workflows return a success.
  • I included all the needed documentation for this change.
  • I provided the necessary tests.
  • I squashed all the commits into a single commit.
  • I followed the
    Conventional Commit v1.0.0 spec.
  • I wrote the necessary upgrade instructions in the
    upgrade guide.
  • If this pull request is about and existing issue, I added the
    Fix #ISSUE_NUMBER or Close #ISSUE_NUMBER text to the description of
    the pull request.

Super-linter maintainer tasks

  • Label as breaking if this change breaks compatibility with the previous
    released version.
  • Label as either: automation, bug, documentation, enhancement,
    infrastructure.
  • Add the pull request to a milestone, eventually creating one, that matches
    with the version that release-please proposes in the
    preview-release-notes CI job.

@ferrarimarco ferrarimarco added this to the 8.1.0 milestone Aug 12, 2025
@ferrarimarco ferrarimarco requested a review from zkoppert as a code owner August 12, 2025 15:29
@ferrarimarco ferrarimarco added the enhancement New feature or request label Aug 12, 2025
@ferrarimarco ferrarimarco requested a review from Hanse00 as a code owner August 12, 2025 15:29
@ferrarimarco ferrarimarco added the O: backlog 🤖 Backlog, stale ignores this label label Aug 12, 2025
@ferrarimarco ferrarimarco force-pushed the additional-os-packages branch 2 times, most recently from 980e0e9 to 0f0dd21 Compare August 12, 2025 15:51
Support installing user-specified OS packages at run time. This unblocks
users that need specific OS-level dependencies to be installed in order
to install additional dependencies (gems, npm packages, etc.).

Close #5824
@ferrarimarco ferrarimarco force-pushed the additional-os-packages branch from 0f0dd21 to 99284ad Compare August 12, 2025 16:12
@ferrarimarco ferrarimarco merged commit fecfeb3 into main Aug 12, 2025
202 checks passed
@ferrarimarco ferrarimarco deleted the additional-os-packages branch August 12, 2025 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request O: backlog 🤖 Backlog, stale ignores this label

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow installing build-time OS package dependencies

1 participant