Skip to content

Commit 2c102cb

Browse files
committed
Disable building of LLDB
1 parent 8704014 commit 2c102cb

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.azure-pipelines/auto.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174

175175
dist-x86_64-apple:
176176
SCRIPT: ./x.py dist
177-
RUST_CONFIGURE_ARGS: --target=aarch64-apple-ios,armv7-apple-ios,armv7s-apple-ios,i386-apple-ios,x86_64-apple-ios --enable-full-tools --enable-sanitizers --enable-profiler --enable-lldb --set rust.jemalloc
177+
RUST_CONFIGURE_ARGS: --target=aarch64-apple-ios,armv7-apple-ios,armv7s-apple-ios,i386-apple-ios,x86_64-apple-ios --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc
178178
DEPLOY: 1
179179
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
180180
MACOSX_DEPLOYMENT_TARGET: 10.7
@@ -184,7 +184,7 @@ jobs:
184184

185185
dist-x86_64-apple-alt:
186186
SCRIPT: ./x.py dist
187-
RUST_CONFIGURE_ARGS: --enable-extended --enable-profiler --enable-lldb --set rust.jemalloc
187+
RUST_CONFIGURE_ARGS: --enable-extended --enable-profiler --set rust.jemalloc
188188
DEPLOY_ALT: 1
189189
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
190190
MACOSX_DEPLOYMENT_TARGET: 10.7
@@ -202,7 +202,7 @@ jobs:
202202

203203
dist-i686-apple:
204204
SCRIPT: ./x.py dist
205-
RUST_CONFIGURE_ARGS: --build=i686-apple-darwin --enable-full-tools --enable-profiler --enable-lldb --set rust.jemalloc
205+
RUST_CONFIGURE_ARGS: --build=i686-apple-darwin --enable-full-tools --enable-profiler --set rust.jemalloc
206206
DEPLOY: 1
207207
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
208208
MACOSX_DEPLOYMENT_TARGET: 10.7

.azure-pipelines/try.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# matrix:
3737
# dist-x86_64-apple:
3838
# SCRIPT: ./x.py dist
39-
# RUST_CONFIGURE_ARGS: --target=aarch64-apple-ios,armv7-apple-ios,armv7s-apple-ios,i386-apple-ios,x86_64-apple-ios --enable-full-tools --enable-sanitizers --enable-profiler --enable-lldb --set rust.jemalloc
39+
# RUST_CONFIGURE_ARGS: --target=aarch64-apple-ios,armv7-apple-ios,armv7s-apple-ios,i386-apple-ios,x86_64-apple-ios --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc
4040
# DEPLOY: 1
4141
# RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
4242
# MACOSX_DEPLOYMENT_TARGET: 10.7
@@ -46,7 +46,7 @@ jobs:
4646
#
4747
# dist-x86_64-apple-alt:
4848
# SCRIPT: ./x.py dist
49-
# RUST_CONFIGURE_ARGS: --enable-extended --enable-profiler --enable-lldb --set rust.jemalloc
49+
# RUST_CONFIGURE_ARGS: --enable-extended --enable-profiler --set rust.jemalloc
5050
# DEPLOY_ALT: 1
5151
# RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
5252
# MACOSX_DEPLOYMENT_TARGET: 10.7

src/ci/docker/x86_64-gnu-debug/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ ENV RUST_CONFIGURE_ARGS \
3333
--build=x86_64-unknown-linux-gnu \
3434
--enable-debug \
3535
--enable-lld \
36-
--enable-lldb \
3736
--enable-optimize \
3837
--set llvm.use-linker=lld \
3938
--set target.x86_64-unknown-linux-gnu.linker=clang \

0 commit comments

Comments
 (0)