Skip to content

Commit 011d5c0

Browse files
committed
resolve_buck.py: Add an entry for darwin-x86_64
Version hash reported by https://github.com/facebook/buck2/releases/download/2024-02-15/buck2-x86_64-apple-darwin.zst
1 parent 92b5cfc commit 011d5c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/resolve_buck.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ class BuckInfo:
7676
archive_name="buck2-aarch64-apple-darwin.zst",
7777
target_versions=["99e407b49dc432eda0cbddd67ea78346"],
7878
),
79+
("darwin", "x86_64"): BuckInfo(
80+
archive_name="buck2-x86_64-apple-darwin.zst",
81+
target_versions=["9150d78e7a7531799a1b06ce58623bbc"],
82+
),
7983
}
8084

8185

0 commit comments

Comments
 (0)