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 8932929 commit 03dce15Copy full SHA for 03dce15
src/tools/rust-analyzer/.github/workflows/release.yaml
@@ -140,7 +140,7 @@ jobs:
140
if: matrix.target == 'x86_64-unknown-linux-gnu'
141
env:
142
RUSTC_BOOTSTRAP: 1
143
- run: target/${{ matrix.target }}/release/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std -q
+ run: target/${{ matrix.target }}/release/rust-analyzer analysis-stats --with-deps --no-sysroot --no-test $(rustc --print sysroot)/lib/rustlib/src/rust/library/std -q
144
145
- name: Upload artifacts
146
uses: actions/upload-artifact@v4
0 commit comments