Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions infra/setup-buck2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@ unzstd buck2-x86_64-unknown-linux-musl.zst
# Change its name and make it executable.
mv buck2-x86_64-unknown-linux-musl buck2-exe
chmod +x buck2-exe

# Alternatively, for a platform-independent method that requires building from source:
# Install the specific nightly version
# rustup install nightly-2025-02-16

# Use that specific version to install Buck2
# cargo +nightly-2025-02-16 install --git https://github.com/facebook/buck2 --rev 201beb86106fecdc84e30260b0f1abb5bf576988 buck2