-
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
Silence double-symlink errors while building solaris toolchain #126011
Conversation
rustbot has assigned @Mark-Simulacrum. Use |
Sorry for taking so long, I had to suddenly learn Docker and then tried a few different alternate solutions that might amount to more than a temporary bandaid. None of them proved satisfactory. |
@bors r+ p=101 rollup=never |
🌲 The tree is currently closed for pull requests below priority 101. This pull request will be tested once the tree is reopened. |
…, r=workingjubilee Silence double-symlink errors while building solaris toolchain Intended to address the current issues with the tree.
From local testing I believe it's possible to remove the symlink generation step entirely but I don't want to play games while the tree is frozen by this. |
dist-various-2 has successfully built the |
If this dies on toolstate (still possible) I'm going to push the cherry-pick of ehuss's PR and retry this |
This comment has been minimized.
This comment has been minimized.
nice. |
@bors r+ p=9001 |
Toolstate on MSVC cleared. |
@bors treeclosed=0 |
☀️ Test successful - checks-actions |
Finished benchmarking commit (5ee2dfd): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResults (primary 3.8%, secondary -2.2%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 667.402s -> 669.008s (0.24%) |
@bors treeclosed- |
[beta] backports - Fix insufficient logic when searching for the underlying allocation rust-lang#124761 - Handle field projections like slice indexing in invalid_reference_casting rust-lang#124908 - Handle Deref expressions in invalid_reference_casting rust-lang#124978 - Fix ICE in non-operand `aggregate_raw_ptr` instrinsic codegen rust-lang#125184 - Wrap Context.ext in AssertUnwindSafe rust-lang#125392 - Revert problematic opaque type change rust-lang#125489 - ast: Revert a breaking attribute visiting order change rust-lang#125734 - Update to LLVM 18.1.7 rust-lang#126061 - Revert "Disallow ambiguous attributes on expressions" on beta rust-lang#126102 / rust-lang#126101 - Silence double-symlink errors while building solaris toolchain rust-lang#126011 r? cuviper
[beta] backports - Fix insufficient logic when searching for the underlying allocation rust-lang#124761 - Handle field projections like slice indexing in invalid_reference_casting rust-lang#124908 - Handle Deref expressions in invalid_reference_casting rust-lang#124978 - Fix ICE in non-operand `aggregate_raw_ptr` instrinsic codegen rust-lang#125184 - Wrap Context.ext in AssertUnwindSafe rust-lang#125392 - Revert problematic opaque type change rust-lang#125489 - ast: Revert a breaking attribute visiting order change rust-lang#125734 - Update to LLVM 18.1.7 rust-lang#126061 - Revert "Disallow ambiguous attributes on expressions" on beta rust-lang#126102 / rust-lang#126101 - Silence double-symlink errors while building solaris toolchain rust-lang#126011 r? cuviper
Intended to address the current issues with the tree.