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

grv: 0.1.2 -> 0.2.0 #44137

Merged
merged 5 commits into from Jul 29, 2018
Merged

grv: 0.1.2 -> 0.2.0 #44137

merged 5 commits into from Jul 29, 2018

Conversation

dtzWill
Copy link
Member

@dtzWill dtzWill commented Jul 26, 2018

Needs newer libgit2 than we have,
so added variant for 0.27.

Our libgit2 has comments saying not to
update without other packages along with,
but when I looked earlier those didn't
support newer libgit2 :(.
That may have changed.

Anyway, yay grv update!

  • 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/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

Needs libgit2 0.27 apparently,
doesn't build with 0.26 or 0.25 in-tree.
@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: libgit2_0_27

Partial log (click to expand)

-- Installing: /nix/store/25zj3hr7y5s7jhhmna0n3ykv6xri054v-libgit2-0.27.3/include/git2/annotated_commit.h
-- Installing: /nix/store/25zj3hr7y5s7jhhmna0n3ykv6xri054v-libgit2-0.27.3/include/git2.h
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/25zj3hr7y5s7jhhmna0n3ykv6xri054v-libgit2-0.27.3
shrinking /nix/store/25zj3hr7y5s7jhhmna0n3ykv6xri054v-libgit2-0.27.3/lib/libgit2.so.0.27.3
strip is /nix/store/a245zacjzf3qw0davhvlfarihcy2yyrc-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/25zj3hr7y5s7jhhmna0n3ykv6xri054v-libgit2-0.27.3/lib
patching script interpreter paths in /nix/store/25zj3hr7y5s7jhhmna0n3ykv6xri054v-libgit2-0.27.3
checking for references to /build in /nix/store/25zj3hr7y5s7jhhmna0n3ykv6xri054v-libgit2-0.27.3...
/nix/store/25zj3hr7y5s7jhhmna0n3ykv6xri054v-libgit2-0.27.3

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: libgit2_0_27

Partial log (click to expand)

-- Installing: /nix/store/790if9sn526kv9r9nq2n1zk8dwi693cf-libgit2-0.27.3/include/git2/types.h
-- Installing: /nix/store/790if9sn526kv9r9nq2n1zk8dwi693cf-libgit2-0.27.3/include/git2/version.h
-- Installing: /nix/store/790if9sn526kv9r9nq2n1zk8dwi693cf-libgit2-0.27.3/include/git2/worktree.h
-- Installing: /nix/store/790if9sn526kv9r9nq2n1zk8dwi693cf-libgit2-0.27.3/include/git2.h
post-installation fixup
strip is /nix/store/sixx1lfy97125f6hxymbwn64cb8z62p3-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/790if9sn526kv9r9nq2n1zk8dwi693cf-libgit2-0.27.3/lib
patching script interpreter paths in /nix/store/790if9sn526kv9r9nq2n1zk8dwi693cf-libgit2-0.27.3
/nix/store/790if9sn526kv9r9nq2n1zk8dwi693cf-libgit2-0.27.3/lib/libgit2.0.27.3.dylib: fixing dylib
/nix/store/790if9sn526kv9r9nq2n1zk8dwi693cf-libgit2-0.27.3

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: libgit2_0_27

Partial log (click to expand)

-- Installing: /nix/store/5m3l3zm5w55yg50kfni7mdslhlbs3yac-libgit2-0.27.3/include/git2/describe.h
-- Installing: /nix/store/5m3l3zm5w55yg50kfni7mdslhlbs3yac-libgit2-0.27.3/include/git2.h
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/5m3l3zm5w55yg50kfni7mdslhlbs3yac-libgit2-0.27.3
shrinking /nix/store/5m3l3zm5w55yg50kfni7mdslhlbs3yac-libgit2-0.27.3/lib/libgit2.so.0.27.3
strip is /nix/store/a3nk8z2i7m7wa3jdckgv710n7j3yx4b5-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/5m3l3zm5w55yg50kfni7mdslhlbs3yac-libgit2-0.27.3/lib
patching script interpreter paths in /nix/store/5m3l3zm5w55yg50kfni7mdslhlbs3yac-libgit2-0.27.3
checking for references to /build in /nix/store/5m3l3zm5w55yg50kfni7mdslhlbs3yac-libgit2-0.27.3...
/nix/store/5m3l3zm5w55yg50kfni7mdslhlbs3yac-libgit2-0.27.3

@dtzWill
Copy link
Member Author

dtzWill commented Jul 26, 2018

Ah, it's libgit2-glib holding us back I think: https://gitlab.gnome.org/GNOME/libgit2-glib/issues/1

@@ -9339,6 +9339,10 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Security;
};

libgit2_0_27 = callPackage ../development/libraries/git2/0.27.nix {
Copy link
Member

@Mic92 Mic92 Jul 27, 2018

Choose a reason for hiding this comment

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

Does blsd also support libgit2_0_27? Then libgit2_0_25 can be dropped.

Copy link
Member

Choose a reason for hiding this comment

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

Or maybe libgit2_0_26 which is what our libgit2 defaults to.

Copy link
Member

Choose a reason for hiding this comment

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

go2nix needs to be re-run to update blsd.

@Mic92
Copy link
Member

Mic92 commented Jul 27, 2018

@Mic92
Copy link
Member

Mic92 commented Jul 27, 2018

If glib is the only blocker and can be fixed with the patch, then we can have a single version of libgit2 in nixpkgs.

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: blsd, libgit2_0_27

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/42h31lcpfmfv9fil1pj50v6d0g3rzqiy-blsd-2017-07-27-bin
shrinking /nix/store/42h31lcpfmfv9fil1pj50v6d0g3rzqiy-blsd-2017-07-27-bin/bin/blsd
strip is /nix/store/a3nk8z2i7m7wa3jdckgv710n7j3yx4b5-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/42h31lcpfmfv9fil1pj50v6d0g3rzqiy-blsd-2017-07-27-bin/bin
patching script interpreter paths in /nix/store/42h31lcpfmfv9fil1pj50v6d0g3rzqiy-blsd-2017-07-27-bin
checking for references to /build in /nix/store/42h31lcpfmfv9fil1pj50v6d0g3rzqiy-blsd-2017-07-27-bin...
strip is /nix/store/a3nk8z2i7m7wa3jdckgv710n7j3yx4b5-binutils-2.30/bin/strip
/nix/store/42h31lcpfmfv9fil1pj50v6d0g3rzqiy-blsd-2017-07-27-bin
/nix/store/5m3l3zm5w55yg50kfni7mdslhlbs3yac-libgit2-0.27.3

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: blsd, libgit2_0_27

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/401d35lyhf9gh2l35i39ss67mxc3q79q-blsd-2017-07-27-bin
shrinking /nix/store/401d35lyhf9gh2l35i39ss67mxc3q79q-blsd-2017-07-27-bin/bin/blsd
strip is /nix/store/a245zacjzf3qw0davhvlfarihcy2yyrc-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/401d35lyhf9gh2l35i39ss67mxc3q79q-blsd-2017-07-27-bin/bin
patching script interpreter paths in /nix/store/401d35lyhf9gh2l35i39ss67mxc3q79q-blsd-2017-07-27-bin
checking for references to /build in /nix/store/401d35lyhf9gh2l35i39ss67mxc3q79q-blsd-2017-07-27-bin...
strip is /nix/store/a245zacjzf3qw0davhvlfarihcy2yyrc-binutils-2.30/bin/strip
/nix/store/401d35lyhf9gh2l35i39ss67mxc3q79q-blsd-2017-07-27-bin
/nix/store/25zj3hr7y5s7jhhmna0n3ykv6xri054v-libgit2-0.27.3

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: blsd, libgit2_0_27

Partial log (click to expand)

find: '/nix/store/swn326y2n5l9qp58xlgkrddspv314w2b-blsd-2017-07-27': No such file or directory
find: '/nix/store/swn326y2n5l9qp58xlgkrddspv314w2b-blsd-2017-07-27': No such file or directory
find: '/nix/store/swn326y2n5l9qp58xlgkrddspv314w2b-blsd-2017-07-27': No such file or directory
find: '/nix/store/swn326y2n5l9qp58xlgkrddspv314w2b-blsd-2017-07-27': No such file or directory
find: '/nix/store/swn326y2n5l9qp58xlgkrddspv314w2b-blsd-2017-07-27': No such file or directory
find: '/nix/store/swn326y2n5l9qp58xlgkrddspv314w2b-blsd-2017-07-27': No such file or directory
find: '/nix/store/swn326y2n5l9qp58xlgkrddspv314w2b-blsd-2017-07-27': No such file or directory
find: '/nix/store/swn326y2n5l9qp58xlgkrddspv314w2b-blsd-2017-07-27': No such file or directory
/nix/store/hvnx5lfb64zgrjjrqpwx9zl01k51s4yy-blsd-2017-07-27-bin
/nix/store/790if9sn526kv9r9nq2n1zk8dwi693cf-libgit2-0.27.3

@dtzWill
Copy link
Member Author

dtzWill commented Jul 27, 2018

Sounds good to me, is there someone who can approve/check? :)

@andir
Copy link
Member

andir commented Jul 28, 2018

It looks fine and grv works as expected.

The bumped deps don't seem to cause an outbreak of breakage.

@dtzWill one minor nitpick is that grv should be reffered to as gitAndTools.grv in the commit messages.

I've built the affected packages locally. They look ok. Lets see what ofBorg says before I merge this just to be sure (about aarch64 and darwin…)
@GrahamcOfBorg build julia_05 gitAndTools.grv blsd (I expect julia to time out...)

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: gitAndTools.grv, blsd, expect, time

The following builds were skipped because they don't evaluate on aarch64-linux: julia_05, (I, julia, to, out...)

Partial log (click to expand)

shrinking /nix/store/s4z26mcr5iskx1dllh8b65zfapgrq321-grv-0.2.0-bin/bin/grv
strip is /nix/store/a245zacjzf3qw0davhvlfarihcy2yyrc-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/s4z26mcr5iskx1dllh8b65zfapgrq321-grv-0.2.0-bin/bin
patching script interpreter paths in /nix/store/s4z26mcr5iskx1dllh8b65zfapgrq321-grv-0.2.0-bin
checking for references to /build in /nix/store/s4z26mcr5iskx1dllh8b65zfapgrq321-grv-0.2.0-bin...
strip is /nix/store/a245zacjzf3qw0davhvlfarihcy2yyrc-binutils-2.30/bin/strip
/nix/store/s4z26mcr5iskx1dllh8b65zfapgrq321-grv-0.2.0-bin
/nix/store/401d35lyhf9gh2l35i39ss67mxc3q79q-blsd-2017-07-27-bin
/nix/store/212w3rrw2ng9hhlzn3kvaqmrw5365i44-expect-5.45.4
/nix/store/mgik9421l1nwgw3i1i1gnzizqqvmq9bg-time-1.9

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: gitAndTools.grv, blsd, expect, time

The following builds were skipped because they don't evaluate on aarch64-linux: julia_05, (I, julia, to, out...)

Partial log (click to expand)

these derivations will be built:
  /nix/store/6g6gpcbvclmgxs9344lyddf55qkg7sak-libgit2-0.27.3.drv
  /nix/store/7bimwfw0i7m6g0mns3r841yx9853r3xa-source.drv
  /nix/store/mgfxj71xfqfjd7fgq84rizk4an3m1a2s-blsd-2017-07-27.drv
  /nix/store/ql2prgj0lixxfjrnsfqrf3ji40hj4x85-grv-0.2.0.drv
waiting for locks or build slots...
/nix/store/s4z26mcr5iskx1dllh8b65zfapgrq321-grv-0.2.0-bin
/nix/store/401d35lyhf9gh2l35i39ss67mxc3q79q-blsd-2017-07-27-bin
/nix/store/212w3rrw2ng9hhlzn3kvaqmrw5365i44-expect-5.45.4
/nix/store/mgik9421l1nwgw3i1i1gnzizqqvmq9bg-time-1.9

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: julia_05, gitAndTools.grv, blsd, expect, julia, time

The following builds were skipped because they don't evaluate on x86_64-linux: (I, to, out...)

Partial log (click to expand)

installing
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/w6xblzhl2xj224hh5g8ank5z7jqnrxhy-grv-0.2.0-bin
shrinking /nix/store/w6xblzhl2xj224hh5g8ank5z7jqnrxhy-grv-0.2.0-bin/bin/grv
strip is /nix/store/a3nk8z2i7m7wa3jdckgv710n7j3yx4b5-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/w6xblzhl2xj224hh5g8ank5z7jqnrxhy-grv-0.2.0-bin/bin
patching script interpreter paths in /nix/store/w6xblzhl2xj224hh5g8ank5z7jqnrxhy-grv-0.2.0-bin
checking for references to /build in /nix/store/w6xblzhl2xj224hh5g8ank5z7jqnrxhy-grv-0.2.0-bin...
strip is /nix/store/a3nk8z2i7m7wa3jdckgv710n7j3yx4b5-binutils-2.30/bin/strip
error: build of '/nix/store/hg28sfm1hwfdnqzhgk2xpkpjfgl85x86-julia-0.5.2.drv' failed

@andir
Copy link
Member

andir commented Jul 28, 2018

julia fails it's libgit test with the new version:

Exception running test libgit2 :
On worker 8:
LoadError: There was an error during testing
 in record at ./test.jl:397
 in do_test at ./test.jl:281
 in #351 at /build/source/test/libgit2.jl:209
 in mktempdir at ./file.jl:286
 in mktempdir at ./file.jl:284
 in macro expansion at ./util.jl:230 [inlined]
 in runtests at /build/source/test/testdefs.jl:7
 in #16 at /build/source/test/runtests.jl:44
 in #645 at ./multi.jl:1421
 in run_work_thunk at ./multi.jl:1001
 in macro expansion at ./multi.jl:1421 [inlined]
 in #644 at ./event.jl:68
while loading /build/source/test/libgit2.jl, in expression starting on line 130
ERROR: LoadError: Some tests exited with errors.
 in (::##11#19)() at /build/source/test/runtests.jl:72
 in cd(::##11#19, ::String) at ./file.jl:59
while loading /build/source/test/runtests.jl, in expression starting on line 26
make[1]: *** [Makefile:12: all] Error 1
make[1]: Leaving directory '/build/source/test'
make: *** [Makefile:577: testall] Error 2

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: julia_05, gitAndTools.grv, blsd, expect, julia, time

The following builds were skipped because they don't evaluate on x86_64-darwin: (I, to, out...)

Partial log (click to expand)

find: '/nix/store/wz30784li5ys6sbamkc0y5mdpxvzib2a-grv-0.2.0': No such file or directory
find: '/nix/store/wz30784li5ys6sbamkc0y5mdpxvzib2a-grv-0.2.0': No such file or directory
find: '/nix/store/wz30784li5ys6sbamkc0y5mdpxvzib2a-grv-0.2.0': No such file or directory
find: '/nix/store/wz30784li5ys6sbamkc0y5mdpxvzib2a-grv-0.2.0': No such file or directory
/nix/store/8aafbvq28b4599zgv824ny6f2gfsd5k4-julia-0.5.2
/nix/store/y832xkbk13jrvc97vw65rk6jfrl64g4h-grv-0.2.0-bin
/nix/store/hvnx5lfb64zgrjjrqpwx9zl01k51s4yy-blsd-2017-07-27-bin
/nix/store/x8qc15psx2kbzg8bnb2sddkcs5ydwl0j-expect-5.45.4
/nix/store/n1lnsl0wm3qpx6hlk6791i8fx28af4b3-julia-0.6.4
/nix/store/9kbfhqb73hnnxy3yp70dr7rjcmghm083-time-1.9

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: julia_05, gitAndTools.grv, blsd, expect, julia, time

The following builds were skipped because they don't evaluate on x86_64-darwin: (I, to, out...)

Partial log (click to expand)


Cannot nix-instantiate `out...)' because:
�[31;1merror:�[0m attribute 'out' in selection path 'out...)' not found

/nix/store/8aafbvq28b4599zgv824ny6f2gfsd5k4-julia-0.5.2
/nix/store/y832xkbk13jrvc97vw65rk6jfrl64g4h-grv-0.2.0-bin
/nix/store/hvnx5lfb64zgrjjrqpwx9zl01k51s4yy-blsd-2017-07-27-bin
/nix/store/x8qc15psx2kbzg8bnb2sddkcs5ydwl0j-expect-5.45.4
/nix/store/n1lnsl0wm3qpx6hlk6791i8fx28af4b3-julia-0.6.4
/nix/store/9kbfhqb73hnnxy3yp70dr7rjcmghm083-time-1.9

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: julia_05, gitAndTools.grv, blsd, expect, julia, time

The following builds were skipped because they don't evaluate on x86_64-linux: (I, to, out...)

Partial log (click to expand)

	From worker 3:	     * bigfloat              in   0.24 seconds, maxrss  981.08 MB
	From worker 2:	     * bitarray              in 592.59 seconds, maxrss  984.54 MB
	From worker 4:	     * subarray              in 1299.16 seconds, maxrss  995.75 MB
	From worker 4:	     * spawn                       [stdio passthrough ok]
	From worker 2:	     * statistics            in  36.18 seconds, maxrss  987.91 MB
	From worker 2:	     * backtrace             in   0.00 seconds, maxrss  987.91 MB
	From worker 2:	     * priorityqueue         in   5.49 seconds, maxrss  997.14 MB
	From worker 4:	 in  44.93 seconds, maxrss 1020.81 MB
building of '/nix/store/hg28sfm1hwfdnqzhgk2xpkpjfgl85x86-julia-0.5.2.drv' timed out after 3600 seconds
error: build of '/nix/store/hg28sfm1hwfdnqzhgk2xpkpjfgl85x86-julia-0.5.2.drv' failed

@Mic92
Copy link
Member

Mic92 commented Jul 28, 2018

Actually it does not look like this version of julia receives updates from upstream. Should we just drop julia_4 and julia_5 instead of putting effort into this?

@Mic92
Copy link
Member

Mic92 commented Jul 29, 2018

I drop old versions of julia in this pull request: #44191

@Mic92
Copy link
Member

Mic92 commented Jul 29, 2018

I think this pull request can be merged now.

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: blsd, libgit2_0_27

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/qp5vgmhc3maflj4zrqg74g0g5sfn467s-blsd-2017-07-27-bin
shrinking /nix/store/qp5vgmhc3maflj4zrqg74g0g5sfn467s-blsd-2017-07-27-bin/bin/blsd
strip is /nix/store/zrs21zqcchgyabjf4xfimncdq16njizc-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/qp5vgmhc3maflj4zrqg74g0g5sfn467s-blsd-2017-07-27-bin/bin
patching script interpreter paths in /nix/store/qp5vgmhc3maflj4zrqg74g0g5sfn467s-blsd-2017-07-27-bin
checking for references to /build in /nix/store/qp5vgmhc3maflj4zrqg74g0g5sfn467s-blsd-2017-07-27-bin...
strip is /nix/store/zrs21zqcchgyabjf4xfimncdq16njizc-binutils-2.30/bin/strip
/nix/store/qp5vgmhc3maflj4zrqg74g0g5sfn467s-blsd-2017-07-27-bin
/nix/store/74ij41lhdy5qpdwn8n10p22fn2d9xhqf-libgit2-0.27.3

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: blsd, libgit2_0_27

Partial log (click to expand)

find: '/nix/store/gjjdbc3psvab74hfsgiqiw78gmdn5k06-blsd-2017-07-27': No such file or directory
find: '/nix/store/gjjdbc3psvab74hfsgiqiw78gmdn5k06-blsd-2017-07-27': No such file or directory
find: '/nix/store/gjjdbc3psvab74hfsgiqiw78gmdn5k06-blsd-2017-07-27': No such file or directory
find: '/nix/store/gjjdbc3psvab74hfsgiqiw78gmdn5k06-blsd-2017-07-27': No such file or directory
find: '/nix/store/gjjdbc3psvab74hfsgiqiw78gmdn5k06-blsd-2017-07-27': No such file or directory
find: '/nix/store/gjjdbc3psvab74hfsgiqiw78gmdn5k06-blsd-2017-07-27': No such file or directory
find: '/nix/store/gjjdbc3psvab74hfsgiqiw78gmdn5k06-blsd-2017-07-27': No such file or directory
find: '/nix/store/gjjdbc3psvab74hfsgiqiw78gmdn5k06-blsd-2017-07-27': No such file or directory
/nix/store/iqjxf88rjjyajnqrr2vv0wz1rf37as3n-blsd-2017-07-27-bin
/nix/store/1q8dxvrpgd9llb9vlqfghdk3iikzaxgz-libgit2-0.27.3

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: blsd, libgit2_0_27

Partial log (click to expand)

post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/8ydy5c1l46vblnda9sj93rxg2mrvclcm-blsd-2017-07-27-bin
shrinking /nix/store/8ydy5c1l46vblnda9sj93rxg2mrvclcm-blsd-2017-07-27-bin/bin/blsd
strip is /nix/store/1hi76hr87bd1y1q1qjk0lv8nmcjip1c8-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/8ydy5c1l46vblnda9sj93rxg2mrvclcm-blsd-2017-07-27-bin/bin
patching script interpreter paths in /nix/store/8ydy5c1l46vblnda9sj93rxg2mrvclcm-blsd-2017-07-27-bin
checking for references to /build in /nix/store/8ydy5c1l46vblnda9sj93rxg2mrvclcm-blsd-2017-07-27-bin...
strip is /nix/store/1hi76hr87bd1y1q1qjk0lv8nmcjip1c8-binutils-2.30/bin/strip
/nix/store/8ydy5c1l46vblnda9sj93rxg2mrvclcm-blsd-2017-07-27-bin
/nix/store/lbs39ry6jbsnb85aalrdfyqak3k39b64-libgit2-0.27.3

@Mic92 Mic92 merged commit a2c6dbe into NixOS:master Jul 29, 2018
@jtojnar jtojnar mentioned this pull request Dec 14, 2018
10 tasks
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