diff options
| author | Chris Denton <chris@chrisdenton.dev> | 2024-09-07 14:58:59 +0000 |
|---|---|---|
| committer | Chris Denton <chris@chrisdenton.dev> | 2024-09-07 14:58:59 +0000 |
| commit | 2f6307d1cca53c153bddee83f4331fe979c61fe4 (patch) | |
| tree | bd8b569ad8882046b8ec72fa43a29e4ab4dff543 /src/ci/github-actions | |
| parent | 7358429c00bb874420866d5f78b7166e79ad9f1f (diff) | |
| download | rust-2f6307d1cca53c153bddee83f4331fe979c61fe4.tar.gz rust-2f6307d1cca53c153bddee83f4331fe979c61fe4.zip | |
Fix checktools.sh non-msvc 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 7008d351a15..e237e98b7b7 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -382,8 +382,6 @@ auto: python x.py miri --stage 2 library/core --test-args notest && python x.py miri --stage 2 library/alloc --test-args notest && python x.py miri --stage 2 library/std --test-args notest - - HOST_TARGET: x86_64-pc-windows-msvc RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld <<: *job-windows-8c |
