Skip to content

Commit 9498f21

Browse files
committed
Bring back i686-pc-windows-gnullvm target
1 parent dfe1b8c commit 9498f21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,15 +683,18 @@ auto:
683683
CODEGEN_BACKENDS: llvm,cranelift
684684
<<: *job-windows
685685

686+
# i686 has no dedicated job, build it here because this job is fast
686687
- name: dist-aarch64-llvm-mingw
687688
env:
688689
SCRIPT: python x.py dist bootstrap --include-default-paths
689690
RUST_CONFIGURE_ARGS: >-
690691
--build=aarch64-pc-windows-gnullvm
692+
--target=aarch64-pc-windows-gnullvm,i686-pc-windows-gnullvm
691693
--enable-full-tools
692694
--enable-profiler
693695
DIST_REQUIRE_ALL_TOOLS: 1
694696
CODEGEN_BACKENDS: llvm,cranelift
697+
CC_i686_pc_windows_gnullvm: i686-w64-mingw32-clang
695698
<<: *job-windows-aarch64
696699

697700
- name: dist-x86_64-llvm-mingw

0 commit comments

Comments
 (0)