Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Skip installing SWIG/xz on OSX #63106

Merged
merged 1 commit into from
Jul 30, 2019
Merged

Conversation

alexcrichton
Copy link
Member

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).

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).
@alexcrichton
Copy link
Member Author

r? @pietroalbini

@rust-highfive
Copy link
Collaborator

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 29, 2019
@Mark-Simulacrum
Copy link
Member

Looks like the Azure config is malformed?

/.azure-pipelines/pr.yml (Line: 36, Col: 3): Unexpected value 'job'

@alexcrichton alexcrichton force-pushed the remove-swig-osx branch 3 times, most recently from 1466de7 to 60680d4 Compare July 29, 2019 15:47
@alexcrichton
Copy link
Member Author

Ok the test build is currently running but it made it through all the install phases which is where the xz dependency might have showed up, so I think we're good to go.

r? @pietroalbini

@pietroalbini
Copy link
Member

@bors r+ p=1 rollup=never

@bors
Copy link
Contributor

bors commented Jul 29, 2019

📌 Commit 60680d4 has been approved by pietroalbini

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 29, 2019
@bors
Copy link
Contributor

bors commented Jul 29, 2019

⌛ Testing commit 60680d4 with merge 8e1adc20e3d1b72e9c625e576826a3364c54ee19...

@bors
Copy link
Contributor

bors commented Jul 29, 2019

💔 Test failed - checks-azure

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jul 29, 2019
@pietroalbini
Copy link
Member

@bors retry

Agent lost connection with Azure Pipelines.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 29, 2019
@pietroalbini
Copy link
Member

@bors p=100 rollup

All macOS builders were green, there are no issues landing this PR now.

@pietroalbini
Copy link
Member

@bors rollup=maybe

@bors
Copy link
Contributor

bors commented Jul 29, 2019

⌛ Testing commit 60680d4 with merge 2b47699f8385cb264a9e72dec0a4c04f7594a710...

Centril added a commit to Centril/rust that referenced this pull request Jul 29, 2019
…troalbini

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).
@Centril
Copy link
Contributor

Centril commented Jul 29, 2019

@bors retry rolled up.

@bors
Copy link
Contributor

bors commented Jul 30, 2019

⌛ Testing commit 60680d4 with merge 64128b688ebf8905f07db3e544725db22d6c26c0...

Centril added a commit to Centril/rust that referenced this pull request Jul 30, 2019
…troalbini

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).
@Centril
Copy link
Contributor

Centril commented Jul 30, 2019

@bors retry rolled up.

@bors
Copy link
Contributor

bors commented Jul 30, 2019

⌛ Testing commit 60680d4 with merge face7a5da937bcfac6caed54794d52290e89e7a9...

Centril added a commit to Centril/rust that referenced this pull request Jul 30, 2019
…troalbini

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).
@Centril
Copy link
Contributor

Centril commented Jul 30, 2019

@bors p=5
@bors retry rolled up.

bors added a commit that referenced this pull request Jul 30, 2019
Rollup of 12 pull requests

Successful merges:

 - #61965 (Remove mentions of removed `offset_to` method from `align_offset` docs)
 - #62928 (Syntax: Recover on `for ( $pat in $expr ) $block`)
 - #63000 (Impl Debug for Chars)
 - #63083 (Make generic parameters always use modern hygiene)
 - #63087 (Add very simple edition check to tidy.)
 - #63093 (Properly check the defining scope of existential types)
 - #63096 (Add tests for some `existential_type` ICEs)
 - #63099 (vxworks: Remove Linux-specific comments.)
 - #63106 (ci: Skip installing SWIG/xz on OSX )
 - #63108 (Add links to None in Option doc)
 - #63109 (std: Fix a failing `fs` test on Windows)
 - #63111 (Add syntactic and semantic tests for rest patterns, i.e. `..`)

Failed merges:

r? @ghost
@bors
Copy link
Contributor

bors commented Jul 30, 2019

⌛ Testing commit 60680d4 with merge 4eeaaa7...

@bors bors merged commit 60680d4 into rust-lang:master Jul 30, 2019
@alexcrichton alexcrichton deleted the remove-swig-osx branch July 31, 2019 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants