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

vultr: 1.13.0 -> 1.15.0 #34197

Merged
merged 1 commit into from Jan 24, 2018
Merged

vultr: 1.13.0 -> 1.15.0 #34197

merged 1 commit into from Jan 24, 2018

Conversation

elmarx
Copy link
Member

@elmarx elmarx commented Jan 23, 2018

Motivation for this change

Update vultr (-cli) to most recent version: https://github.com/JamesClonk/vultr/releases/tag/1.15.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.

@grahamc
Copy link
Member

grahamc commented Jan 23, 2018

@GrahamcOfBorg build vultr

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/cg0xyzlz38gqzckpcsfbc7yh0wd44ix9-vultr-1.15.0-bin/bin/vultr
strip is /nix/store/jwz859pxqj7sl2dbwvmxkx68jp774izb-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/cg0xyzlz38gqzckpcsfbc7yh0wd44ix9-vultr-1.15.0-bin/bin
patching script interpreter paths in /nix/store/cg0xyzlz38gqzckpcsfbc7yh0wd44ix9-vultr-1.15.0-bin
checking for references to /build in /nix/store/cg0xyzlz38gqzckpcsfbc7yh0wd44ix9-vultr-1.15.0-bin...
shrinking RPATHs of ELF executables and libraries in /nix/store/98mxxjbivj2s0d9g92d9bhl2c9jb2zmm-vultr-1.15.0
strip is /nix/store/jwz859pxqj7sl2dbwvmxkx68jp774izb-binutils-2.28.1/bin/strip
patching script interpreter paths in /nix/store/98mxxjbivj2s0d9g92d9bhl2c9jb2zmm-vultr-1.15.0
checking for references to /build in /nix/store/98mxxjbivj2s0d9g92d9bhl2c9jb2zmm-vultr-1.15.0...
/nix/store/cg0xyzlz38gqzckpcsfbc7yh0wd44ix9-vultr-1.15.0-bin

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/wx173b2ws7y8hpbcn5dsjnnz7zd43pdy-vultr-1.15.0-bin/bin/vultr
strip is /nix/store/mdyy001q67hiks0g24ra53z7ckm4jfr4-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/wx173b2ws7y8hpbcn5dsjnnz7zd43pdy-vultr-1.15.0-bin/bin 
patching script interpreter paths in /nix/store/wx173b2ws7y8hpbcn5dsjnnz7zd43pdy-vultr-1.15.0-bin
checking for references to /tmp/nix-build-vultr-1.15.0.drv-0 in /nix/store/wx173b2ws7y8hpbcn5dsjnnz7zd43pdy-vultr-1.15.0-bin...
shrinking RPATHs of ELF executables and libraries in /nix/store/97xmdr60xnpx06f77lh3mgagm9bccaxq-vultr-1.15.0
strip is /nix/store/mdyy001q67hiks0g24ra53z7ckm4jfr4-binutils-2.28.1/bin/strip
patching script interpreter paths in /nix/store/97xmdr60xnpx06f77lh3mgagm9bccaxq-vultr-1.15.0
checking for references to /tmp/nix-build-vultr-1.15.0.drv-0 in /nix/store/97xmdr60xnpx06f77lh3mgagm9bccaxq-vultr-1.15.0...
/nix/store/wx173b2ws7y8hpbcn5dsjnnz7zd43pdy-vultr-1.15.0-bin

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

installing
/private/tmp/nix-build-vultr-1.15.0.drv-0/go /private/tmp/nix-build-vultr-1.15.0.drv-0
/private/tmp/nix-build-vultr-1.15.0.drv-0
post-installation fixup
strip is /nix/store/i1zz228nl3bljcbb83fq0rq7lr7nvv4y-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/smld3l5y1j25s64mr985w1q728sr4g4s-vultr-1.15.0-bin/bin
patching script interpreter paths in /nix/store/smld3l5y1j25s64mr985w1q728sr4g4s-vultr-1.15.0-bin
strip is /nix/store/i1zz228nl3bljcbb83fq0rq7lr7nvv4y-cctools-binutils-darwin/bin/strip
patching script interpreter paths in /nix/store/pvlyy6hi12a8rb72qkk5k5d3kz6hx9db-vultr-1.15.0
/nix/store/smld3l5y1j25s64mr985w1q728sr4g4s-vultr-1.15.0-bin

@grahamc grahamc merged commit f2636eb into NixOS:master Jan 24, 2018
@elmarx elmarx deleted the vultr-1.15.0 branch May 23, 2023 07:45
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

3 participants