diff options
| author | Matt Cooper <mattc@xbox.com> | 2020-03-13 08:59:32 -0400 |
|---|---|---|
| committer | Matt Cooper <mattc@xbox.com> | 2020-03-13 08:59:32 -0400 |
| commit | 330233470e74f76731cc6f702302e9978d363285 (patch) | |
| tree | e0e40df428cff2a29c085582152ab42729ff3a35 | |
| parent | a942b3946521db46ba653693f5d6e477e39bbb3b (diff) | |
| download | rust-330233470e74f76731cc6f702302e9978d363285.tar.gz rust-330233470e74f76731cc6f702302e9978d363285.zip | |
fix a glaring typo
| -rw-r--r-- | src/ci/azure-pipelines/auto.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/azure-pipelines/auto.yml b/src/ci/azure-pipelines/auto.yml index f00d3c6da62..13db4725ded 100644 --- a/src/ci/azure-pipelines/auto.yml +++ b/src/ci/azure-pipelines/auto.yml @@ -85,7 +85,7 @@ jobs: dist-x86_64-apple: SCRIPT: ./x.py dist - IINTIAL_RUST_CONFIGURE_ARGS: --target=aarch64-apple-ios,x86_64-apple-ios --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc + INITIAL_RUST_CONFIGURE_ARGS: --target=aarch64-apple-ios,x86_64-apple-ios --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc RUSTC_RETRY_LINKER_ON_SEGFAULT: 1 MACOSX_DEPLOYMENT_TARGET: 10.7 NO_LLVM_ASSERTIONS: 1 |
