Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ruby: init at 2.5.0 #33293

Merged
merged 1 commit into from Jan 2, 2018
Merged

ruby: init at 2.5.0 #33293

merged 1 commit into from Jan 2, 2018

Conversation

marsam
Copy link
Contributor

@marsam marsam commented Jan 1, 2018

Motivation for this change

Add ruby 2.5.0

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@Mic92
Copy link
Member

Mic92 commented Jan 1, 2018

@GrahamcOfBorg build ruby

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

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

Success for system: x86_64-linux

shrinking /nix/store/vilwl9pf464j047b3w4dvfmfd31adrh9-ruby-2.3.5/lib/ruby/2.3.0/x86_64-linux/date_core.so
shrinking /nix/store/vilwl9pf464j047b3w4dvfmfd31adrh9-ruby-2.3.5/lib/ruby/2.3.0/x86_64-linux/psych.so
shrinking /nix/store/vilwl9pf464j047b3w4dvfmfd31adrh9-ruby-2.3.5/lib/ruby/2.3.0/x86_64-linux/thread.so
shrinking /nix/store/vilwl9pf464j047b3w4dvfmfd31adrh9-ruby-2.3.5/lib/ruby/2.3.0/x86_64-linux/readline.so
shrinking /nix/store/vilwl9pf464j047b3w4dvfmfd31adrh9-ruby-2.3.5/lib/ruby/2.3.0/x86_64-linux/dbm.so
gzipping man pages under /nix/store/vilwl9pf464j047b3w4dvfmfd31adrh9-ruby-2.3.5/share/man/
stripping (with flags -S) in /nix/store/vilwl9pf464j047b3w4dvfmfd31adrh9-ruby-2.3.5/lib  /nix/store/vilwl9pf464j047b3w4dvfmfd31adrh9-ruby-2.3.5/bin 
patching script interpreter paths in /nix/store/vilwl9pf464j047b3w4dvfmfd31adrh9-ruby-2.3.5
checking for references to /tmp/nix-build-ruby-2.3.5.drv-0 in /nix/store/vilwl9pf464j047b3w4dvfmfd31adrh9-ruby-2.3.5...
/nix/store/vilwl9pf464j047b3w4dvfmfd31adrh9-ruby-2.3.5

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

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

Success for system: x86_64-darwin


RubyGems installed the following executables:
	/nix/store/46hqd7b97533wbdxm5846568c60rw82r-ruby-2.3.5/bin/gem

/private/tmp/nix-build-ruby-2.3.5.drv-0/source
post-installation fixup
gzipping man pages under /nix/store/46hqd7b97533wbdxm5846568c60rw82r-ruby-2.3.5/share/man/
stripping (with flags -S) in /nix/store/46hqd7b97533wbdxm5846568c60rw82r-ruby-2.3.5/lib  /nix/store/46hqd7b97533wbdxm5846568c60rw82r-ruby-2.3.5/bin 
patching script interpreter paths in /nix/store/46hqd7b97533wbdxm5846568c60rw82r-ruby-2.3.5
/nix/store/46hqd7b97533wbdxm5846568c60rw82r-ruby-2.3.5

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

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

Success for system: aarch64-linux

shrinking /nix/store/c3pwfaj1q9bh0id8g0ymb2rjz2l7flpj-ruby-2.3.5/lib/ruby/2.3.0/aarch64-linux/nkf.so
shrinking /nix/store/c3pwfaj1q9bh0id8g0ymb2rjz2l7flpj-ruby-2.3.5/lib/ruby/2.3.0/aarch64-linux/ripper.so
shrinking /nix/store/c3pwfaj1q9bh0id8g0ymb2rjz2l7flpj-ruby-2.3.5/lib/ruby/2.3.0/aarch64-linux/socket.so
shrinking /nix/store/c3pwfaj1q9bh0id8g0ymb2rjz2l7flpj-ruby-2.3.5/lib/libruby.so.2.3.0
shrinking /nix/store/c3pwfaj1q9bh0id8g0ymb2rjz2l7flpj-ruby-2.3.5/bin/ruby
gzipping man pages under /nix/store/c3pwfaj1q9bh0id8g0ymb2rjz2l7flpj-ruby-2.3.5/share/man/
stripping (with flags -S) in /nix/store/c3pwfaj1q9bh0id8g0ymb2rjz2l7flpj-ruby-2.3.5/lib  /nix/store/c3pwfaj1q9bh0id8g0ymb2rjz2l7flpj-ruby-2.3.5/bin
patching script interpreter paths in /nix/store/c3pwfaj1q9bh0id8g0ymb2rjz2l7flpj-ruby-2.3.5
checking for references to /build in /nix/store/c3pwfaj1q9bh0id8g0ymb2rjz2l7flpj-ruby-2.3.5...
/nix/store/c3pwfaj1q9bh0id8g0ymb2rjz2l7flpj-ruby-2.3.5

@zimbatm zimbatm merged commit 59be351 into NixOS:master Jan 2, 2018
@marsam marsam deleted the feature/ruby-2.5.0 branch January 2, 2018 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants