Skip to content

Commit 149ccdc

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 dfe1b8c + b5da3e1 commit 149ccdc

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)