about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorZalathar <Zalathar@users.noreply.github.com>2024-03-17 12:06:00 +1100
committerZalathar <Zalathar@users.noreply.github.com>2024-06-14 13:31:46 +1000
commit3f3b8bb1ca3fc4106fdbdc5106f3924db441a51a (patch)
tree72c720db7e594ebe5a81fc228be8d439b3f3222c /src/ci/github-actions
parent5330ccdb345b24be57f051c6659cd3b33a65fdca (diff)
downloadrust-3f3b8bb1ca3fc4106fdbdc5106f3924db441a51a.tar.gz
rust-3f3b8bb1ca3fc4106fdbdc5106f3924db441a51a.zip
Don't build a known-broken profiler runtime in `x86_64-mingw`
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/jobs.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml
index 010e1b8fd51..ce7ca8a6b4d 100644
--- a/src/ci/github-actions/jobs.yml
+++ b/src/ci/github-actions/jobs.yml
@@ -390,9 +390,7 @@ auto:
   - image: x86_64-mingw
     env:
       SCRIPT: make ci-mingw
-      RUST_CONFIGURE_ARGS: >-
-        --build=x86_64-pc-windows-gnu
-        --enable-profiler
+      RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-gnu
       # We are intentionally allowing an old toolchain on this builder (and that's
       # incompatible with LLVM downloads today).
       NO_DOWNLOAD_CI_LLVM: 1