Skip to content

Commit 4e034d7

Browse files
committed
Set RUSTC_BOOTSTRAP=1 when running analysis-stats on libstd
1 parent f5b7c60 commit 4e034d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Run analysis-stats on rust std library
100100
if: matrix.os == 'ubuntu-latest'
101-
run: target/${{ matrix.target }}/debug/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std
101+
run: RUSTC_BOOTSTRAP=1 target/${{ matrix.target }}/debug/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std
102102

103103
# Weird targets to catch non-portable code
104104
rust-cross:

0 commit comments

Comments
 (0)