Skip to content

Commit 9e68a38

Browse files
committed
build rustdoc, don't do two compiler builds
1 parent 4bfc0e0 commit 9e68a38

File tree

1 file changed

+1
-1
lines changed
  • support/rust-build/x86_64-unknown-linux-gnu

1 file changed

+1
-1
lines changed

support/rust-build/x86_64-unknown-linux-gnu/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ set -e
44

55
git clone --recursive --depth 1 --shallow-submodules https://github.com/esp-rs/rust.git -b "esp-${RELEASE_VERSION}"
66
cd rust
7-
python3 src/bootstrap/configure.py --experimental-targets=Xtensa --release-channel=nightly --release-description="${RELEASE_VERSION}" --enable-extended --enable-cargo-native-static --tools=clippy,cargo,rustfmt,rust-analyzer-proc-macro-srv,src --dist-compression-formats='xz' --enable-lld --host aarch64-unknown-linux-gnu,x86_64-unknown-linux-gnu --target aarch64-unknown-linux-gnu,x86_64-unknown-linux-gnu --build aarch64-unknown-linux-gnu --disable-docs
7+
python3 src/bootstrap/configure.py --experimental-targets=Xtensa --release-channel=nightly --release-description="${RELEASE_VERSION}" --enable-extended --enable-cargo-native-static --tools=clippy,cargo,rustfmt,rust-analyzer-proc-macro-srv,src,rustdoc --dist-compression-formats='xz' --enable-lld --host x86_64-unknown-linux-gnu --target x86_64-unknown-linux-gnu --build aarch64-unknown-linux-gnu
88

99
python3 x.py dist --stage 2

0 commit comments

Comments
 (0)