Uh oh!
There was an error while loading. Please reload this page.
Fuchsia CI zircon lib improvement - #99833
Conversation
rust-highfive
commented
Jul 27, 2022
(rust-highfive has picked a reviewer for you, use r? to override) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
tmandry
commented
Jul 28, 2022
Also, can you squash your fixup commits? |
ac4e3e0 to
9eeb2feCompareUh oh!
There was an error while loading. Please reload this page.
tmandry
left a comment
There was a problem hiding this comment.
Looks good to me after the last change I requested. @pietroalbini want to give this a once over?
9eeb2fe to
6e03ed6Comparetmandry
commented
Jul 29, 2022
I may have heard that Pietro was on vacation, r? @rust-lang/infra |
jyn514
commented
Jul 29, 2022
r? rust-lang/infra-ci (you can see the list of teams highfive accepts at https://github.com/rust-lang/highfive/blob/master/highfive/configs/rust-lang/rust.json) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
6e03ed6 to
976da4eCompareandrewpollack
commented
Jul 29, 2022
Unable to mark a re-request review; thank you for the feedback @petrhosek ! Please let me know if any other additions would be good to add |
242c03f to
d98b6d2CompareMark-Simulacrum
commented
Jul 30, 2022
@bors r+ rollup=iffy |
bors
commented
Jul 30, 2022
📌 Commit d98b6d2d9935eb0fbf78045263c6991b8a5f759e has been approved by It is now in the queue for this repository. |
bors
commented
Aug 2, 2022
⌛ Testing commit d98b6d2d9935eb0fbf78045263c6991b8a5f759e with merge 95ffcfe4ed162665fb8191b6fa69e98f47a47492... |
Mark-Simulacrum
commented
Aug 7, 2022
@bors r+ |
bors
commented
Aug 7, 2022
📌 Commit c913a06937f2952a7c80b142d363e01146a4c2f7 has been approved by It is now in the queue for this repository. |
bors
commented
Aug 7, 2022
⌛ Testing commit c913a06937f2952a7c80b142d363e01146a4c2f7 with merge fcb586e9fb67607b468f89e441a036d48938997c... |
bors
commented
Aug 7, 2022
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
PR feedback PR Followups Updating clang download Updating clang download Restructuring env used Restructuring env used Adding chmod Adding chmod Adding chmod
c913a06 to
fa4ce7aCompareMark-Simulacrum
commented
Aug 7, 2022
@bors r+ |
bors
commented
Aug 7, 2022
bors
commented
Aug 7, 2022
bors
commented
Aug 7, 2022
☀️ Test successful - checks-actions |
andrewpollack
commented
Aug 7, 2022
Thank you @Mark-Simulacrum for helping on this! I really appreciate it 🙏 |
rust-timer
commented
Aug 7, 2022
Finished benchmarking commit (9ee22ff): comparison url. Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
…, r=tmandry Use llvm-libunwind="in-tree" for Fuchsia targets With updates to Fuchsia CI's Zircon libraries rust-lang#99833, we can introduce `llvm-libunwind="in-tree"` for Fuchsia targets. This PR restores functionality removed from rust-lang#93604 (comment). cc `@tmandry` `@djkoloski`
Removing Zircon build process, instead pulling
sysrootand related libs directly from Fuchsia SDKcc. @tmandry@djkoloski