We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd25686 commit cc59a42Copy full SHA for cc59a42
scripts/setup_rust_fork.sh
@@ -11,7 +11,7 @@ export CG_CLIF_FORCE_GNU_AS=1
11
CG_CLIF_STDLIB_REMAP_PATH_PREFIX=/rustc/FAKE_PREFIX ./y.sh build
12
13
echo "[SETUP] Rust fork"
14
-git clone https://github.com/rust-lang/rust.git || true
+git clone https://github.com/rust-lang/rust.git --filter=tree:0 || true
15
pushd rust
16
git fetch
17
git checkout -- .
0 commit comments