Set RUSTC_BOOTSTRAP=1 when running analysis-stats on libstd
This commit is contained in:
parent
f5b7c60ff7
commit
4e034d78de
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -98,7 +98,7 @@ jobs:
|
||||
|
||||
- name: Run analysis-stats on rust std library
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: target/${{ matrix.target }}/debug/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std
|
||||
run: RUSTC_BOOTSTRAP=1 target/${{ matrix.target }}/debug/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std
|
||||
|
||||
# Weird targets to catch non-portable code
|
||||
rust-cross:
|
||||
|
Loading…
x
Reference in New Issue
Block a user