Skip to content

Commit 5b07169

Browse files
committed
(DO NOT MERGE) Does this work on CI?
1 parent e04e3fb commit 5b07169

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

src/ci/github-actions/jobs.yml

+23-4
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,31 @@ pr:
8585
- image: mingw-check-tidy
8686
continue_on_error: true
8787
<<: *job-linux-4c
88-
- image: x86_64-gnu-llvm-17
89-
env:
90-
ENABLE_GCC_CODEGEN: "1"
91-
<<: *job-linux-16c
9288
- image: x86_64-gnu-tools
9389
<<: *job-linux-16c
90+
- image: x86_64-gnu
91+
<<: *job-linux-4c
92+
- image: x86_64-msvc
93+
env:
94+
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
95+
SCRIPT: make ci-msvc
96+
<<: *job-windows-8c
97+
- image: aarch64-apple
98+
env:
99+
SCRIPT: ./x.py --stage 2 test --host=aarch64-apple-darwin --target=aarch64-apple-darwin
100+
RUST_CONFIGURE_ARGS: >-
101+
--enable-sanitizers
102+
--enable-profiler
103+
--set rust.jemalloc
104+
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
105+
SELECT_XCODE: /Applications/Xcode_14.3.1.app
106+
USE_XCODE_CLANG: 1
107+
MACOSX_DEPLOYMENT_TARGET: 11.0
108+
MACOSX_STD_DEPLOYMENT_TARGET: 11.0
109+
NO_LLVM_ASSERTIONS: 1
110+
NO_DEBUG_ASSERTIONS: 1
111+
NO_OVERFLOW_CHECKS: 1
112+
<<: *job-macos-m1
94113

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

0 commit comments

Comments
 (0)