Skip to content

range-v3: 0.3.5 -> 0.3.6#42188

Merged
dtzWill merged 1 commit intoNixOS:masterfrom
dtzWill:update/range-v3-0.3.6
Jun 19, 2018
Merged

range-v3: 0.3.5 -> 0.3.6#42188
dtzWill merged 1 commit intoNixOS:masterfrom
dtzWill:update/range-v3-0.3.6

Conversation

@dtzWill
Copy link
Member

@dtzWill dtzWill commented Jun 18, 2018

  • Tested using sandboxing (nix.useSandbox on NixOS, or option 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.

@GrahamcOfBorg GrahamcOfBorg added 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Jun 19, 2018
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: range-v3

Partial log (click to expand)

-- Installing: /nix/store/hpa18ff626z243pw4ywxnsr44vzag7fh-range-v3-0.3.6/include/range/v3/action/drop.hpp
-- Installing: /nix/store/hpa18ff626z243pw4ywxnsr44vzag7fh-range-v3-0.3.6/include/range/v3/action/stable_sort.hpp
-- Installing: /nix/store/hpa18ff626z243pw4ywxnsr44vzag7fh-range-v3-0.3.6/include/range/v3/action/reverse.hpp
-- Installing: /nix/store/hpa18ff626z243pw4ywxnsr44vzag7fh-range-v3-0.3.6/include/range/v3/action/take_while.hpp
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/hpa18ff626z243pw4ywxnsr44vzag7fh-range-v3-0.3.6
strip is /nix/store/4mf2xm9p32lzrim927yk92xhx35yaz62-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/hpa18ff626z243pw4ywxnsr44vzag7fh-range-v3-0.3.6/lib
patching script interpreter paths in /nix/store/hpa18ff626z243pw4ywxnsr44vzag7fh-range-v3-0.3.6
checking for references to /build in /nix/store/hpa18ff626z243pw4ywxnsr44vzag7fh-range-v3-0.3.6...

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: range-v3

Partial log (click to expand)

-- Installing: /nix/store/qrwfqndrqs61hl4f1cdc1dxfmnqadd5r-range-v3-0.3.6/include/range/v3/action.hpp
-- Installing: /nix/store/qrwfqndrqs61hl4f1cdc1dxfmnqadd5r-range-v3-0.3.6/include/meta
-- Installing: /nix/store/qrwfqndrqs61hl4f1cdc1dxfmnqadd5r-range-v3-0.3.6/include/meta/meta_fwd.hpp
-- Installing: /nix/store/qrwfqndrqs61hl4f1cdc1dxfmnqadd5r-range-v3-0.3.6/include/meta/meta.hpp
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/qrwfqndrqs61hl4f1cdc1dxfmnqadd5r-range-v3-0.3.6
strip is /nix/store/min150lkigznaayzpwvf8d4jdl1dqvx6-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/qrwfqndrqs61hl4f1cdc1dxfmnqadd5r-range-v3-0.3.6/lib
patching script interpreter paths in /nix/store/qrwfqndrqs61hl4f1cdc1dxfmnqadd5r-range-v3-0.3.6
checking for references to /build in /nix/store/qrwfqndrqs61hl4f1cdc1dxfmnqadd5r-range-v3-0.3.6...

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: range-v3

Partial log (click to expand)

-- Installing: /nix/store/2rdddrn75fbjqpfh3njz9hpmv64ywcbd-range-v3-0.3.6/include/range/v3/view/zip.hpp
-- Installing: /nix/store/2rdddrn75fbjqpfh3njz9hpmv64ywcbd-range-v3-0.3.6/include/range/v3/view/zip_with.hpp
-- Installing: /nix/store/2rdddrn75fbjqpfh3njz9hpmv64ywcbd-range-v3-0.3.6/include/range/v3/view.hpp
-- Installing: /nix/store/2rdddrn75fbjqpfh3njz9hpmv64ywcbd-range-v3-0.3.6/include/range/v3/view_adaptor.hpp
-- Installing: /nix/store/2rdddrn75fbjqpfh3njz9hpmv64ywcbd-range-v3-0.3.6/include/range/v3/view_facade.hpp
-- Installing: /nix/store/2rdddrn75fbjqpfh3njz9hpmv64ywcbd-range-v3-0.3.6/include/range/v3/view_interface.hpp
post-installation fixup
strip is /nix/store/8q05v40n0f7amgw70pk6bkb23r7hrzgn-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/2rdddrn75fbjqpfh3njz9hpmv64ywcbd-range-v3-0.3.6/lib
patching script interpreter paths in /nix/store/2rdddrn75fbjqpfh3njz9hpmv64ywcbd-range-v3-0.3.6

@dtzWill dtzWill merged commit 14ca8dd into NixOS:master Jun 19, 2018
@dtzWill dtzWill deleted the update/range-v3-0.3.6 branch June 19, 2018 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants