about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@dend.ro>2023-08-25 18:01:46 +0300
committerLaurențiu Nicola <lnicola@dend.ro>2023-08-25 18:03:55 +0300
commit4e034d78de1b981aacba87e5b88acb176ba5019e (patch)
tree7e4144203d68167fdc61d31062f8c7a541dfd69d
parentf5b7c60ff7a79bfb3e10f3e98c81b7bb4cb53c68 (diff)
Set RUSTC_BOOTSTRAP=1 when running analysis-stats on libstd
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index ec3128d9ec1..479ca235408 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -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: