We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe1b8c commit 9498f21Copy full SHA for 9498f21
src/ci/github-actions/jobs.yml
@@ -683,15 +683,18 @@ auto:
683
CODEGEN_BACKENDS: llvm,cranelift
684
<<: *job-windows
685
686
+ # i686 has no dedicated job, build it here because this job is fast
687
- name: dist-aarch64-llvm-mingw
688
env:
689
SCRIPT: python x.py dist bootstrap --include-default-paths
690
RUST_CONFIGURE_ARGS: >-
691
--build=aarch64-pc-windows-gnullvm
692
+ --target=aarch64-pc-windows-gnullvm,i686-pc-windows-gnullvm
693
--enable-full-tools
694
--enable-profiler
695
DIST_REQUIRE_ALL_TOOLS: 1
696
697
+ CC_i686_pc_windows_gnullvm: i686-w64-mingw32-clang
698
<<: *job-windows-aarch64
699
700
- name: dist-x86_64-llvm-mingw
0 commit comments