elliottneilclark / rs-poker

rs-poker is a rust library that includes all of the poker evaluation tools that you need from hand ranking and starting card enumeration to a full agent arena for self learning.
Apache License 2.0
88 stars 26 forks source link

fix: make llm cov package optional on osx #115

Closed elliottneilclark closed 7 months ago

elliottneilclark commented 7 months ago

Summary: On aarch64 there's no coverage targets. So don't try and generate packages that need the tools

Test Plan: nix flake check on my mac laptop