diff options
| author | Joshua Nelson <jyn514@gmail.com> | 2021-11-08 04:37:28 +0000 |
|---|---|---|
| committer | Joshua Nelson <jnelson@cloudflare.com> | 2021-11-13 07:28:37 -0600 |
| commit | d42a3913333e99bbe64af019a5dc494f25a8f005 (patch) | |
| tree | 53f8ccc42d2f63edbd672c9d6a47f34a42aa93c7 /src/ci/github-actions | |
| parent | 3e018ce194ab16125747220676dd8a20aecd5196 (diff) | |
| download | rust-d42a3913333e99bbe64af019a5dc494f25a8f005.tar.gz rust-d42a3913333e99bbe64af019a5dc494f25a8f005.zip | |
Change paths for `dist` command to match the components they generate
Before, you could have the confusing situation where the command to generate a component had no relation to the name of that component (e.g. the `rustc` component was generated with `src/librustc`). This changes the name to make them match up.
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index fbb3042d0d6..96af401369e 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -452,7 +452,7 @@ jobs: # tier 2 targets produced by this builder. - name: dist-x86_64-apple env: - SCRIPT: ./x.py dist --exclude src/doc --exclude extended && ./x.py dist --target=x86_64-apple-darwin src/doc && ./x.py dist extended + SCRIPT: ./x.py dist --exclude rust-docs --exclude extended && ./x.py dist --target=x86_64-apple-darwin rust-docs && ./x.py dist extended RUST_CONFIGURE_ARGS: --host=x86_64-apple-darwin --target=x86_64-apple-darwin,aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false RUSTC_RETRY_LINKER_ON_SEGFAULT: 1 MACOSX_DEPLOYMENT_TARGET: 10.7 |
