diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2024-03-17 12:18:53 +1100 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2024-06-14 13:31:46 +1000 |
| commit | 186d94dc6be108d7e507e4a5129375335149cd23 (patch) | |
| tree | 6d2794f907e3c57630d5f9bce477d4627f6f32e1 /src/ci/github-actions | |
| parent | 2646db92fe210df64f48a09d5eab3793f41dc9ce (diff) | |
| download | rust-186d94dc6be108d7e507e4a5129375335149cd23.tar.gz rust-186d94dc6be108d7e507e4a5129375335149cd23.zip | |
Remove broken/untested `--enable-profiler` from mingw dist builds
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index ce7ca8a6b4d..4366a92fbcd 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -438,7 +438,6 @@ auto: RUST_CONFIGURE_ARGS: >- --build=i686-pc-windows-gnu --enable-full-tools - --enable-profiler # We are intentionally allowing an old toolchain on this builder (and that's # incompatible with LLVM downloads today). NO_DOWNLOAD_CI_LLVM: 1 @@ -452,7 +451,6 @@ auto: RUST_CONFIGURE_ARGS: >- --build=x86_64-pc-windows-gnu --enable-full-tools - --enable-profiler # We are intentionally allowing an old toolchain on this builder (and that's # incompatible with LLVM downloads today). NO_DOWNLOAD_CI_LLVM: 1 |
