We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04449c commit ac2dcbaCopy full SHA for ac2dcba
1 file changed
src/ci/github-actions/jobs.yml
@@ -164,19 +164,6 @@ optional:
164
IMAGE: pr-check-1
165
<<: *job-linux-4c
166
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
-
180
# Main CI jobs that have to be green to merge a commit into the default branch.
181
#
182
# These jobs automatically inherit envs.auto, to avoid repeating it in each job
0 commit comments