diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-07-19T02·47-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-07-19T16·26+0000 |
commit | 6ff0d7992f675ef4ff7afce7c8c82b4f0de35b00 (patch) | |
tree | 417c2d13b6dd987088dc6ce2541f2703c26faef0 /ci-builds.nix | |
parent | f1080c022a5f93cc8dda25fd31f23665739687bb (diff) |
feat(3p): Add rapidcheck r/1394
Pulled from the commit at current master, overridden to build with clang and enable gtest and gmock integration. Change-Id: I10008e8c591bd0c7cc26566b2a050ef2a55bb346 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1282 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'ci-builds.nix')
-rw-r--r-- | ci-builds.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci-builds.nix b/ci-builds.nix index d47913181860..2e4e40392014 100644 --- a/ci-builds.nix +++ b/ci-builds.nix @@ -64,6 +64,7 @@ in lib.fix (self: { grpc nix openldap + rapidcheck ]; various = with depot; [ |