Skip to content

Commit 5c171ce

Browse files
committed
Update buck2 to 2024-12-16
Fixes #7425. Filed facebook/buck2#828 to make this easier in the future.
1 parent 62c6346 commit 5c171ce

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

.ci/docker/ci_commit_pins/buck2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-05-15
1+
2024-12-16

build/resolve_buck.py

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,22 +68,27 @@ class BuckInfo:
6868
archive_name="buck2-x86_64-unknown-linux-musl.zst",
6969
target_versions=[
7070
# MUSL
71-
"3bbde7daa94987db468d021ad625bc93dc62ba7fcb16945cb09b64aab077f284",
71+
"edae27cfca00053d9c5f7c7be81b6b0d7d07573a50be374ce53a9d8692afa5fc",
7272
# GNU
73-
"029b0bcc6f8e399185c1d0f574eba204934722b5",
73+
"10334cb20cb7c321",
7474
],
7575
),
7676
("linux", "aarch64"): BuckInfo(
7777
archive_name="buck2-aarch64-unknown-linux-gnu.zst",
78-
target_versions=["49670bee56a7d8a7696409ca6fbf7551d2469787"],
78+
target_versions=[
79+
# MUSL
80+
"5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051",
81+
# GNU
82+
"08d4382de22fab275978abc7c27c001d7823eb2f"
83+
],
7984
),
8085
("darwin", "aarch64"): BuckInfo(
8186
archive_name="buck2-aarch64-apple-darwin.zst",
82-
target_versions=["99773fe6f7963a72ae5f7b737c02836e"],
87+
target_versions=["f3b7a37732803ed090cd8a37f00cc0090"],
8388
),
8489
("darwin", "x86_64"): BuckInfo(
8590
archive_name="buck2-x86_64-apple-darwin.zst",
86-
target_versions=["3eb1ae97ea963086866b4d2d9ffa966d"],
91+
target_versions=["9c9a583658d43e82b41f3fc9d369a9b0"],
8792
),
8893
}
8994

examples/demo-apps/apple_ios/LLaMA/docs/delegates/xnnpack_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Note: You should only use this step if the prebuilt package doesn't work for you
141141
If you need to manually build the package, run the following command in your terminal
142142
```
143143
# Install a compatible version of Buck2
144-
BUCK2_RELEASE_DATE="2024-05-15"
144+
BUCK2_RELEASE_DATE="2024-12-16"
145145
BUCK2_ARCHIVE="buck2-aarch64-apple-darwin.zst"
146146
BUCK2=".venv/bin/buck2"
147147

third-party/prelude

Submodule prelude updated 513 files

0 commit comments

Comments
 (0)