mirror of
https://github.com/Noratrieb/std-internal-docs.git
synced 2026-01-14 09:35:01 +01:00
fix
This commit is contained in:
parent
1e8053fb18
commit
16775aa040
3 changed files with 17 additions and 5 deletions
5
build.sh
5
build.sh
|
|
@ -7,9 +7,12 @@ root=$(realpath "$PWD")
|
|||
cp index.html "$root/www-root"
|
||||
|
||||
# use a higher depth because bootstrap might be broken with depth 1?
|
||||
git clone --depth 50 https://github.com/rust-lang/rust.git
|
||||
if [ ! -d 'rust' ]; then
|
||||
git clone --depth 50 https://github.com/rust-lang/rust.git
|
||||
fi
|
||||
cd rust
|
||||
|
||||
rm -f bootstrap.toml
|
||||
./configure \
|
||||
--set llvm.download-ci-llvm=true \
|
||||
--set rust.llvm-tools=false \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue