Skip to content

Commit f91df9b

Browse files
committed
try build without rust-analyzer
1 parent db7904d commit f91df9b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/bootstrap/configure.py

+2
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,8 @@ def set(key, value):
356356
set('rust.lld', True)
357357
set('rust.llvm-tools', True)
358358
set('build.extended', True)
359+
elif option.name == 'build.tools':
360+
set('tools', value.split(','))
359361
elif option.name == 'option-checking':
360362
# this was handled above
361363
pass

src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ ENV HOSTS=x86_64-unknown-linux-gnu
113113

114114
ENV RUST_CONFIGURE_ARGS \
115115
--enable-full-tools \
116+
--tools=cargo,src \
116117
--enable-sanitizers \
117118
--enable-profiler \
118119
--enable-compiler-docs \

0 commit comments

Comments
 (0)