Skip to content

Commit b5da3e1

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,8 +686,10 @@ auto:
686686
- name: dist-aarch64-llvm-mingw
687687
env:
688688
SCRIPT: python x.py dist bootstrap --include-default-paths
689+
# i686 has no dedicated job, build it here because this job is fast
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

0 commit comments

Comments
 (0)