Skip to content

Commit 259b37e

Browse files
authored
Rollup merge of rust-lang#63106 - alexcrichton:remove-swig-osx, r=pietroalbini
ci: Skip installing SWIG/xz on OSX I'm relatively certain that SWIG was only needed for LLDB which is no longer built, and I'm hoping we can remove the xz install to remove the reliance on `brew` for our build (which is another point of failure for flaky networks).
2 parents c19fffc + 60680d4 commit 259b37e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.azure-pipelines/steps/run.yml

-11
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,6 @@ steps:
6262
- template: install-sccache.yml
6363
- template: install-clang.yml
6464

65-
# Install some dependencies needed to build LLDB/Clang, currently only needed
66-
# during the `dist` target
67-
- bash: |
68-
set -e
69-
brew update
70-
brew install xz
71-
brew install swig@3
72-
brew link --force swig@3
73-
displayName: Install build dependencies (OSX)
74-
condition: and(succeeded(), eq(variables['Agent.OS'], 'Darwin'), eq(variables['SCRIPT'],'./x.py dist'))
75-
7665
# Switch to XCode 9.3 on OSX since it seems to be the last version that supports
7766
# i686-apple-darwin. We'll eventually want to upgrade this and it will probably
7867
# force us to drop i686-apple-darwin, but let's keep the wheels turning for now.

0 commit comments

Comments
 (0)