From 54ddbe2b174e972a3e7e2ffb00740a198155bf71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E6=9D=B0=E5=8F=8B=20Jieyou=20Xu=20=28Joe=29?= Date: Thu, 28 Mar 2024 00:29:25 +0000 Subject: [PATCH] [EXPERIMENTAL] Try {test-various,i686-msvc} in PR CI --- .github/workflows/ci.yml | 8 ++++++++ src/ci/github-actions/ci.yml | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1c87b0a76e15..fdaf163d906e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,6 +65,14 @@ jobs: - name: x86_64-gnu-tools os: ubuntu-20.04-16core-64gb env: {} + - name: i686-msvc + env: + RUST_CONFIGURE_ARGS: "--build=i686-pc-windows-msvc" + SCRIPT: make ci-msvc + os: windows-2019-8core-32gb + - name: test-various + os: ubuntu-20.04-8core-32gb + env: {} defaults: run: shell: "${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}" diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 80e2357440432..4f1994f422168 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -365,6 +365,15 @@ jobs: - name: x86_64-gnu-tools <<: *job-linux-16c + - name: i686-msvc + env: + RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc + SCRIPT: make ci-msvc + <<: *job-windows-8c + + - name: test-various + <<: *job-linux-8c + auto: <<: *base-ci-job name: auto - ${{ matrix.name }}