Skip to content

Commit 361ac36

Browse files
dbortpytorchbot
authored andcommitted
resolve_buck.py: Add an entry for darwin-x86_64 (#2868)
Summary: Version hash reported by https://github.com/facebook/buck2/releases/download/2024-02-15/buck2-x86_64-apple-darwin.zst Pull Request resolved: #2868 Reviewed By: Olivia-liu Differential Revision: D55914146 Pulled By: GregoryComer fbshipit-source-id: b9882900acfd4cb6f74eda90a7c99bdb119ec122 (cherry picked from commit de7fdaa)
1 parent 2fe7543 commit 361ac36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/resolve_buck.py

+4
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)