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 091821f commit 4bfc0e0Copy full SHA for 4bfc0e0
support/rust-build/x86_64-unknown-linux-gnu/build.sh
@@ -4,6 +4,6 @@ set -e
4
5
git clone --recursive --depth 1 --shallow-submodules https://github.com/esp-rs/rust.git -b "esp-${RELEASE_VERSION}"
6
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
+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
8
9
python3 x.py dist --stage 2
0 commit comments