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 8b2893c commit 6c8993eCopy full SHA for 6c8993e
infra/setup-buck2.sh
@@ -10,3 +10,10 @@ unzstd buck2-x86_64-unknown-linux-musl.zst
10
# Change its name and make it executable.
11
mv buck2-x86_64-unknown-linux-musl buck2-exe
12
chmod +x buck2-exe
13
+
14
+# Alternatively, for a platform-independent method that requires building from source:
15
+# Install the specific nightly version
16
+# rustup install nightly-2025-02-16
17
18
+# Use that specific version to install Buck2
19
+# cargo +nightly-2025-02-16 install --git https://github.com/facebook/buck2 --rev 201beb86106fecdc84e30260b0f1abb5bf576988 buck2
0 commit comments