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

fzf: 0.17.3 -> 0.17.4 #41949

Merged
merged 1 commit into from Jun 13, 2018
Merged

fzf: 0.17.3 -> 0.17.4 #41949

merged 1 commit into from Jun 13, 2018

Conversation

bhipple
Copy link
Contributor

@bhipple bhipple commented Jun 13, 2018

Motivation for this change
Things done
  • 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.

@bhipple
Copy link
Contributor Author

bhipple commented Jun 13, 2018

$ /n/nix/tech/store/i7zsj7rw5hpfp526rivywm7wivswb4xy-fzf-0.17.4-bin/bin/fzf --version
0.17.4

Also verified that it does its fuzzy completion as expected!

@bhipple
Copy link
Contributor Author

bhipple commented Jun 13, 2018

@GrahamcOfBorg build fzf

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: fzf

Partial log (click to expand)

/nix/store/49c1v153j9qhqp5cm0ksabzy1fjbshnq-fzf-0.17.4/share/go/src/github.com/junegunn/fzf/bin/fzf-tmux: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/9rv2bzx7jz6wjbaxij5qq580qvzksj4i-bash-4.4-p19/bin/bash"
/nix/store/49c1v153j9qhqp5cm0ksabzy1fjbshnq-fzf-0.17.4/share/go/src/github.com/junegunn/fzf/install: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/9rv2bzx7jz6wjbaxij5qq580qvzksj4i-bash-4.4-p19/bin/bash"
/nix/store/49c1v153j9qhqp5cm0ksabzy1fjbshnq-fzf-0.17.4/share/go/src/github.com/junegunn/fzf/uninstall: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/9rv2bzx7jz6wjbaxij5qq580qvzksj4i-bash-4.4-p19/bin/bash"
checking for references to /build in /nix/store/49c1v153j9qhqp5cm0ksabzy1fjbshnq-fzf-0.17.4...
shrinking RPATHs of ELF executables and libraries in /nix/store/f6f1ja6p3kcmk188qa925v7dfi2qx22h-fzf-0.17.4-man
gzipping man pages under /nix/store/f6f1ja6p3kcmk188qa925v7dfi2qx22h-fzf-0.17.4-man/share/man/
strip is /nix/store/qg2agrqkf240s656d207zqhipl0bc2id-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/f6f1ja6p3kcmk188qa925v7dfi2qx22h-fzf-0.17.4-man
checking for references to /build in /nix/store/f6f1ja6p3kcmk188qa925v7dfi2qx22h-fzf-0.17.4-man...
/nix/store/yqdfk9hvifjmd1802zs8hj9g0wfz6nvd-fzf-0.17.4-bin

@Mic92 Mic92 merged commit b0fb2c9 into NixOS:master Jun 13, 2018
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: fzf

Partial log (click to expand)

/nix/store/bn6glp3dbs8zc0h99rs4qha9d56dq225-fzf-0.17.4/share/go/src/github.com/junegunn/fzf/install: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/qckzjk3406va7h6s40cy9s75z2w715rq-bash-4.4-p19/bin/bash"
/nix/store/bn6glp3dbs8zc0h99rs4qha9d56dq225-fzf-0.17.4/share/go/src/github.com/junegunn/fzf/bin/fzf-tmux: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/qckzjk3406va7h6s40cy9s75z2w715rq-bash-4.4-p19/bin/bash"
/nix/store/bn6glp3dbs8zc0h99rs4qha9d56dq225-fzf-0.17.4/share/go/src/github.com/junegunn/fzf/uninstall: interpreter directive changed from "/usr/bin/env bash" to "/nix/store/qckzjk3406va7h6s40cy9s75z2w715rq-bash-4.4-p19/bin/bash"
checking for references to /build in /nix/store/bn6glp3dbs8zc0h99rs4qha9d56dq225-fzf-0.17.4...
shrinking RPATHs of ELF executables and libraries in /nix/store/x1x0gjy5ydmqzw10g300xpf5zic8w13n-fzf-0.17.4-man
gzipping man pages under /nix/store/x1x0gjy5ydmqzw10g300xpf5zic8w13n-fzf-0.17.4-man/share/man/
strip is /nix/store/21ymadblbmsbb2bk4q7gl4kjasp8zmgd-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/x1x0gjy5ydmqzw10g300xpf5zic8w13n-fzf-0.17.4-man
checking for references to /build in /nix/store/x1x0gjy5ydmqzw10g300xpf5zic8w13n-fzf-0.17.4-man...
/nix/store/pck97wwsy078y2k5qlp96k0an3yd71rm-fzf-0.17.4-bin

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: fzf

Partial log (click to expand)

/nix/store/pck97wwsy078y2k5qlp96k0an3yd71rm-fzf-0.17.4-bin

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: fzf

Partial log (click to expand)

/nix/store/yqdfk9hvifjmd1802zs8hj9g0wfz6nvd-fzf-0.17.4-bin

@bhipple bhipple deleted the u/fzf-0-17-4 branch July 21, 2018 17:19
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