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 b5da3e1Copy full SHA for b5da3e1
src/ci/github-actions/jobs.yml
@@ -686,8 +686,10 @@ auto:
686
- name: dist-aarch64-llvm-mingw
687
env:
688
SCRIPT: python x.py dist bootstrap --include-default-paths
689
+ # i686 has no dedicated job, build it here because this job is fast
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
0 commit comments