Skip to content

ruby_3_4: 3.4.1 -> 3.4.2#382265

Merged
drupol merged 1 commit intoNixOS:stagingfrom
robbevp:update-ruby-3-4-2
Feb 15, 2025
Merged

ruby_3_4: 3.4.1 -> 3.4.2#382265
drupol merged 1 commit intoNixOS:stagingfrom
robbevp:update-ruby-3-4-2

Conversation

@robbevp
Copy link
Contributor

@robbevp robbevp commented Feb 15, 2025

Announcement: https://www.ruby-lang.org/en/news/2025/02/14/ruby-3-4-2-released/
Release notes: https://github.com/ruby/ruby/releases/tag/v3_4_2

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added 6.topic: ruby A dynamic, open source programming language with a focus on simplicity and productivity. 10.rebuild-darwin: 101-500 This PR causes between 101 and 500 packages to rebuild on Darwin. 10.rebuild-linux: 101-500 This PR causes between 101 and 500 packages to rebuild on Linux. labels Feb 15, 2025
@nix-owners nix-owners bot requested a review from manveru February 15, 2025 08:52
@robbevp robbevp changed the base branch from master to staging February 15, 2025 10:31
@github-actions github-actions bot added the 6.topic: vscode A free and versatile code editor that supports almost every major programming language. label Feb 15, 2025
@nix-owners
Copy link

nix-owners bot commented Feb 15, 2025

The PR's base branch is set to staging, but 4 commits from the master branch are included. Make sure you know the right base branch for your changes, then:

  • If the changes should go to the master branch, change the base branch to master
  • If the changes should go to the staging branch, rebase your PR onto the merge base with the staging branch:
    # git rebase --onto $(git merge-base upstream/staging HEAD) $(git merge-base upstream/master HEAD)
    git rebase --onto 866edf51b8f5b69a3ea648a489ff0c6a0bbd0bab 2acb733684ba4feae068269b388eef76e7d2e31e
    git push --force-with-lease

@github-actions github-actions bot removed the 6.topic: vscode A free and versatile code editor that supports almost every major programming language. label Feb 15, 2025
Copy link
Contributor

@drupol drupol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Diff LGTM

@drupol drupol merged commit 74a63b6 into NixOS:staging Feb 15, 2025
26 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: ruby A dynamic, open source programming language with a focus on simplicity and productivity. 10.rebuild-darwin: 101-500 This PR causes between 101 and 500 packages to rebuild on Darwin. 10.rebuild-linux: 101-500 This PR causes between 101 and 500 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants