Skip to content

Commit bb332f3

Browse files
committed
[temp] Include windows in try builds
1 parent b5b826c commit bb332f3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,11 @@ jobs:
571571
env:
572572
CODEGEN_BACKENDS: "llvm,cranelift"
573573
os: ubuntu-20.04-16core-64gb
574+
- name: x86_64-msvc
575+
env:
576+
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-msvc --enable-profiler"
577+
SCRIPT: make ci-msvc
578+
os: windows-2019-8core-32gb
574579
timeout-minutes: 600
575580
runs-on: "${{ matrix.os }}"
576581
steps:

src/ci/github-actions/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,11 @@ jobs:
729729
env:
730730
CODEGEN_BACKENDS: llvm,cranelift
731731
<<: *job-linux-16c
732+
- name: x86_64-msvc
733+
env:
734+
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
735+
SCRIPT: make ci-msvc
736+
<<: *job-windows-8c
732737

733738

734739
master:

0 commit comments

Comments
 (0)