about summary refs log tree commit diff
path: root/third_party/nix/abseil_cpp
AgeCommit message (Collapse)AuthorFilesLines
2020-07-05 r/1211 fix(3p/nix): Link to Abseil built by NixVincent Ambo1-1/+0
This didn't work previously ... but now it does. I think setting the standard explicitly is what did the trick, but it's slightly unclear to me why. Either way this means that Abseil is no longer constantly getting recompiled when building Nix, which is nice. Change-Id: I377f7b68bf1ef9045df6a2eee8fdd0c92f243547 Reviewed-on: https://cl.tvl.fyi/c/depot/+/921 Tested-by: BuildkiteCI Reviewed-by: lukegb <lukegb@tvl.fyi>
2020-05-27 r/866 chore(3p/nix): Move Abseil symlink one layer upVincent Ambo1-0/+1
This is required for upcoming build system changes.