Skip to content

Commit 694ea76

Browse files
committed
ci: remove links to johnterickson repo
1 parent da94978 commit 694ea76

File tree

2 files changed

+19
-21
lines changed

2 files changed

+19
-21
lines changed

.azure-pipelines/auto.yml

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -197,26 +197,24 @@ jobs:
197197
NO_LLVM_ASSERTIONS: 1
198198
NO_DEBUG_ASSERTIONS: 1
199199

200-
# # temp disabled
201-
# # https://github.com/johnterickson/rust/issues/18
202-
# i686-apple:
203-
# RUST_CHECK_TARGET: check
204-
# RUST_CONFIGURE_ARGS: --build=i686-apple-darwin --set rust.jemalloc
205-
# RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
206-
# MACOSX_DEPLOYMENT_TARGET: 10.8
207-
# MACOSX_STD_DEPLOYMENT_TARGET: 10.7
208-
# NO_LLVM_ASSERTIONS: 1
209-
# NO_DEBUG_ASSERTIONS: 1
210-
211-
# dist-i686-apple:
212-
# RUST_CHECK_TARGET: dist
213-
# RUST_CONFIGURE_ARGS: --build=i686-apple-darwin --enable-full-tools --enable-profiler --enable-lldb --set rust.jemalloc
214-
# DEPLOY: 1
215-
# RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
216-
# MACOSX_DEPLOYMENT_TARGET: 10.7
217-
# NO_LLVM_ASSERTIONS: 1
218-
# NO_DEBUG_ASSERTIONS: 1
219-
# DIST_REQUIRE_ALL_TOOLS: 1
200+
i686-apple:
201+
RUST_CHECK_TARGET: check
202+
RUST_CONFIGURE_ARGS: --build=i686-apple-darwin --set rust.jemalloc
203+
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
204+
MACOSX_DEPLOYMENT_TARGET: 10.8
205+
MACOSX_STD_DEPLOYMENT_TARGET: 10.7
206+
NO_LLVM_ASSERTIONS: 1
207+
NO_DEBUG_ASSERTIONS: 1
208+
209+
dist-i686-apple:
210+
RUST_CHECK_TARGET: dist
211+
RUST_CONFIGURE_ARGS: --build=i686-apple-darwin --enable-full-tools --enable-profiler --enable-lldb --set rust.jemalloc
212+
DEPLOY: 1
213+
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
214+
MACOSX_DEPLOYMENT_TARGET: 10.7
215+
NO_LLVM_ASSERTIONS: 1
216+
NO_DEBUG_ASSERTIONS: 1
217+
DIST_REQUIRE_ALL_TOOLS: 1
220218

221219

222220

.azure-pipelines/steps/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ steps:
134134
- template: show-environment-variables.yml
135135

136136
- script: |
137-
REM echo force the specific VS version https://github.com/johnterickson/rust/issues/8
137+
REM echo force the specific VS version
138138
IF "%VCVARS_BAT%" NEQ "" (
139139
CALL "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\%VCVARS_BAT%"
140140
)

0 commit comments

Comments
 (0)