Skip to content

Commit 67cc068

Browse files
committed
ci: remove 32-bit apple targets
1 parent 580ac0b commit 67cc068

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

src/ci/azure-pipelines/auto.yml

+1-20
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585

8686
dist-x86_64-apple:
8787
SCRIPT: ./x.py dist
88-
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
88+
RUST_CONFIGURE_ARGS: --target=aarch64-apple-ios,x86_64-apple-ios --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc
8989
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
9090
MACOSX_DEPLOYMENT_TARGET: 10.7
9191
NO_LLVM_ASSERTIONS: 1
@@ -100,25 +100,6 @@ jobs:
100100
NO_LLVM_ASSERTIONS: 1
101101
NO_DEBUG_ASSERTIONS: 1
102102

103-
i686-apple:
104-
SCRIPT: ./x.py test
105-
RUST_CONFIGURE_ARGS: --build=i686-apple-darwin --set rust.jemalloc
106-
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
107-
MACOSX_DEPLOYMENT_TARGET: 10.8
108-
MACOSX_STD_DEPLOYMENT_TARGET: 10.7
109-
NO_LLVM_ASSERTIONS: 1
110-
NO_DEBUG_ASSERTIONS: 1
111-
112-
dist-i686-apple:
113-
SCRIPT: ./x.py dist
114-
RUST_CONFIGURE_ARGS: --build=i686-apple-darwin --enable-full-tools --enable-profiler --set rust.jemalloc
115-
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
116-
MACOSX_DEPLOYMENT_TARGET: 10.7
117-
NO_LLVM_ASSERTIONS: 1
118-
NO_DEBUG_ASSERTIONS: 1
119-
DIST_REQUIRE_ALL_TOOLS: 1
120-
121-
122103

123104
- job: Windows
124105
timeoutInMinutes: 600

0 commit comments

Comments
 (0)