mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-20 02:43:45 +00:00
ci: switch to xcode 9.3 on azure
This commit is contained in:
parent
8d42b87ac0
commit
190d1988e0
@ -35,6 +35,12 @@ steps:
|
||||
displayName: Install build dependencies (OSX)
|
||||
condition: and(succeeded(), eq(variables['Agent.OS'], 'Darwin'), eq(variables['RUST_CHECK_TARGET'],'dist'))
|
||||
|
||||
- bash: |
|
||||
set -e
|
||||
sudo xcode-select --switch /Applications/Xcode_9.3.app
|
||||
displayName: Switch to Xcode 9.3 (OSX)
|
||||
condition: and(succeeded(), eq(variables['Agent.OS'], 'Darwin'), eq(variables['RUST_CHECK_TARGET'],'dist'))
|
||||
|
||||
- template: install-windows-build-deps.yml
|
||||
|
||||
# Looks like docker containers have IPv6 disabled by default, so let's turn it
|
||||
|
Loading…
Reference in New Issue
Block a user