Skip to content

Commit 8d37d1a

Browse files
Auto merge of #149504 - mati865:i686-pc-windows-gnullvm, r=<try>
Bring back i686-pc-windows-gnullvm target try-job: dist-aarch64-llvm-mingw
2 parents 9b82a4f + 9498f21 commit 8d37d1a

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)