Skip to content

Commit 1a2b57b

Browse files
committed
Test in CI
1 parent 58f1bff commit 1a2b57b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,17 @@ envs:
8080
# These jobs automatically inherit envs.pr, to avoid repeating
8181
# it in each job definition.
8282
pr:
83-
- image: mingw-check
84-
<<: *job-linux-4c
85-
- image: mingw-check-tidy
86-
continue_on_error: true
87-
<<: *job-linux-4c
88-
- image: x86_64-gnu-llvm-17
83+
- image: dist-apple-various
8984
env:
90-
ENABLE_GCC_CODEGEN: "1"
91-
<<: *job-linux-16c
92-
- image: x86_64-gnu-tools
93-
<<: *job-linux-16c
85+
SCRIPT: ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim,aarch64-apple-ios-macabi,x86_64-apple-ios-macabi
86+
RUST_CONFIGURE_ARGS: --enable-sanitizers --enable-profiler --set rust.jemalloc
87+
RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
88+
MACOSX_DEPLOYMENT_TARGET: 10.12
89+
SELECT_XCODE: /Applications/Xcode_14.3.1.app
90+
NO_LLVM_ASSERTIONS: 1
91+
NO_DEBUG_ASSERTIONS: 1
92+
NO_OVERFLOW_CHECKS: 1
93+
<<: *job-macos-xl
9494

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

0 commit comments

Comments
 (0)