mirror of
https://github.com/exo-explore/exo.git
synced 2026-09-08 11:35:40 -04:00
override macmon in flake (#1747)
updates macmon to an upstream fork that fixes m5 max issues. might see if the upstream version gets merged before we release. --------- Co-authored-by: Alex Cheema <alexcheema123@gmail.com>
This commit is contained in:
1 parent
509533d49e
commit
7ee88c1f05
5 files changed
+103
-21
No files matched your search
@@ -71,7 +71,9 @@ MACMON_PATH = shutil.which("macmon")
|
||||
if MACMON_PATH is None:
|
||||
raise SystemExit(
|
||||
"macmon binary not found in PATH. "
|
||||
"Install it via: brew install macmon"
|
||||
"Install the pinned fork used by exo via: "
|
||||
"cargo install --git https://github.com/swiftraccoon/macmon "
|
||||
"--rev 9154d234f763fbeffdcb4135d0bbbaf80609699b macmon --force"
|
||||
)
|
||||
|
||||
BINARIES: list[tuple[str, str]] = [
|
||||
@@ -120,4 +122,3 @@ coll = COLLECT(
|
||||
upx_exclude=[],
|
||||
name="exo",
|
||||
)
|
||||
|
||||
Reference in new issue
Block a user