-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Conversation
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).
(rust_highfive has picked a reviewer for you, use r? to override) |
Looks like the Azure config is malformed?
|
1466de7
to
60680d4
Compare
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. |
@bors r+ p=1 rollup=never |
📌 Commit 60680d4 has been approved by |
⌛ Testing commit 60680d4 with merge 8e1adc20e3d1b72e9c625e576826a3364c54ee19... |
💔 Test failed - checks-azure |
@bors retry Agent lost connection with Azure Pipelines. |
@bors p=100 rollup All macOS builders were green, there are no issues landing this PR now. |
@bors rollup=maybe |
⌛ Testing commit 60680d4 with merge 2b47699f8385cb264a9e72dec0a4c04f7594a710... |
…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).
@bors retry rolled up. |
⌛ Testing commit 60680d4 with merge 64128b688ebf8905f07db3e544725db22d6c26c0... |
…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).
@bors retry rolled up. |
⌛ Testing commit 60680d4 with merge face7a5da937bcfac6caed54794d52290e89e7a9... |
…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).
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
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 forflaky networks).