Skip to content

Commit 49e31b2

Browse files
committed
WIP
1 parent 86a6c77 commit 49e31b2

File tree

1 file changed

+23
-13
lines changed

1 file changed

+23
-13
lines changed

src/ci/github-actions/jobs.yml

+23-13
Original file line numberDiff line numberDiff line change
@@ -100,20 +100,30 @@ envs:
100100
# These jobs automatically inherit envs.pr, to avoid repeating
101101
# it in each job definition.
102102
pr:
103-
- name: mingw-check
104-
<<: *job-linux-4c
105-
- name: mingw-check-tidy
106-
continue_on_error: true
107-
<<: *job-linux-4c
108-
- name: x86_64-gnu-llvm-18
103+
- name: i686-msvc-1
109104
env:
110-
ENABLE_GCC_CODEGEN: "1"
111-
# We are adding (temporarily) a dummy commit on the compiler
112-
READ_ONLY_SRC: "0"
113-
DOCKER_SCRIPT: x86_64-gnu-llvm.sh
114-
<<: *job-linux-16c
115-
- name: x86_64-gnu-tools
116-
<<: *job-linux-16c
105+
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc --enable-sanitizers
106+
SCRIPT: make ci-msvc-py
107+
<<: *job-windows-8c
108+
109+
- name: i686-msvc-2
110+
env:
111+
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc --enable-sanitizers
112+
SCRIPT: make ci-msvc-ps1
113+
<<: *job-windows-8c
114+
115+
- name: dist-i686-msvc
116+
env:
117+
RUST_CONFIGURE_ARGS: >-
118+
--build=i686-pc-windows-msvc
119+
--host=i686-pc-windows-msvc
120+
--target=i686-pc-windows-msvc,i586-pc-windows-msvc
121+
--enable-full-tools
122+
--enable-profiler
123+
SCRIPT: python x.py dist bootstrap --include-default-paths
124+
DIST_REQUIRE_ALL_TOOLS: 1
125+
CODEGEN_BACKENDS: llvm,cranelift
126+
<<: *job-windows-8c
117127

118128
# Jobs that run when you perform a try build (@bors try)
119129
# These jobs automatically inherit envs.try, to avoid repeating

0 commit comments

Comments
 (0)