We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c171ce commit 2764f3dCopy full SHA for 2764f3d
build/resolve_buck.py
@@ -79,12 +79,12 @@ class BuckInfo:
79
# MUSL
80
"5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051",
81
# GNU
82
- "08d4382de22fab275978abc7c27c001d7823eb2f"
+ "08d4382de22fab275978abc7c27c001d7823eb2f",
83
],
84
),
85
("darwin", "aarch64"): BuckInfo(
86
archive_name="buck2-aarch64-apple-darwin.zst",
87
- target_versions=["f3b7a37732803ed090cd8a37f00cc0090"],
+ target_versions=["f3b7a37732803ed090cd8a37f00cc000"],
88
89
("darwin", "x86_64"): BuckInfo(
90
archive_name="buck2-x86_64-apple-darwin.zst",
0 commit comments