Skip to content

Commit

Permalink
Don't build a known-broken profiler runtime in x86_64-mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalathar committed Jun 14, 2024
1 parent 5330ccd commit 3f3b8bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f3b8bb

Please sign in to comment.