Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit 4d0529a

Browse files
committed
Update buck2 to 2025-03-01
Signed-off-by: Quanyi Ma <eli@patch.sh>
1 parent b396924 commit 4d0529a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ curl https://sh.rustup.rs -sSf | sh -s -- -y
2424
source /root/.cargo/env
2525

2626
## Install Buck2
27-
wget https://github.com/facebook/buck2/releases/download/2025-02-01/buck2-x86_64-unknown-linux-musl.zst
27+
wget https://github.com/facebook/buck2/releases/download/2025-03-01/buck2-aarch64-apple-darwin.zst
2828
zstd -d /home/buck2-x86_64-unknown-linux-musl.zst
2929
mv /home/buck2-x86_64-unknown-linux-musl /home/buck2
3030
chmod +x /home/buck2

0 commit comments

Comments
 (0)