Skip to content

Commit a8d01f6

Browse files
committed
remove unnecessary optional job
1 parent 80ea54e commit a8d01f6

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

src/ci/github-actions/jobs.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -164,19 +164,6 @@ optional:
164164
IMAGE: pr-check-1
165165
<<: *job-linux-4c
166166

167-
- name: test-aarch64-apple-darwin-link-llvm-shared
168-
env:
169-
SCRIPT: >-
170-
./x.py build --stage 1 compiler/rustc
171-
--host=aarch64-apple-darwin
172-
--target=aarch64-apple-darwin
173-
RUST_CONFIGURE_ARGS: >-
174-
--set llvm.link-shared=true
175-
MACOSX_DEPLOYMENT_TARGET: 11.0
176-
MACOSX_STD_DEPLOYMENT_TARGET: 11.0
177-
DEVELOPER_DIR: /Applications/Xcode_26.2.app/Contents/Developer
178-
<<: *job-macos
179-
180167
# Main CI jobs that have to be green to merge a commit into the default branch.
181168
#
182169
# These jobs automatically inherit envs.auto, to avoid repeating it in each job

0 commit comments

Comments
 (0)