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

build: Add mold to list of supported linkers #2353

Merged
merged 1 commit into from Mar 4, 2022

Conversation

RAOF
Copy link
Contributor

@RAOF RAOF commented Mar 4, 2022

More new linkers! At least as of 1.0.3 (in Ubuntu 22.04), mold
is sufficiently mature to successfully link Mir, while being
faster than lld.

More new linkers! At least as of 1.0.3 (in Ubuntu 22.04), mold
is sufficiently mature to successfully link Mir, while being
faster than lld.
Copy link
Contributor

@AlanGriffiths AlanGriffiths left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

waiting until PPB builds are working before merging...

bors delegate

@AlanGriffiths
Copy link
Contributor

bors merge

bors bot added a commit that referenced this pull request Mar 4, 2022
2353: build: Add mold to list of supported linkers r=AlanGriffiths a=RAOF

More new linkers! At least as of 1.0.3 (in Ubuntu 22.04), mold
is sufficiently mature to successfully link Mir, while being
faster than lld.

Co-authored-by: Christopher James Halse Rogers <christopher.halse.rogers@canonical.com>
@bors
Copy link
Contributor

bors bot commented Mar 4, 2022

Timed out.

@AlanGriffiths
Copy link
Contributor

bors retry

@bors bors bot merged commit e54534c into main Mar 4, 2022
@bors bors bot deleted the add-mold-to-linker-selection branch March 4, 2022 15:36
@Saviq Saviq mentioned this pull request May 12, 2022
bors bot added a commit that referenced this pull request May 24, 2022
2423: Release 2.8.0 r=AlanGriffiths,graysonguarino,RAOF,wmww,Saviq a=Saviq

---
> - ABI summary:
>   - miral ABI unchanged at 4
>   - mircommon ABI bumped to 9
>   - mircookie ABI unchanged at 2
>   - mircore ABI unchanged at 1
>   - miroil ABI unchanged at 1
>   - mirplatform ABI unchanged at 23
>   - mirserver ABI bumped to 58
>   - mirwayland ABI unchanged at 3
>   - mirplatformgraphics ABI bumped to 20
>   - mirinputplatform ABI unchanged at 8
> - Enhancements:
>   - Move generated protocol code to build directory (#2300)
>   - Allow --app-env-amend to be supplied multiple times (#2333)
>   - Make window title a configuration option (#2349)
>   - Add fatal_error if unable to bind Wayland socket (#2350)
>   - Add `mold` to the list of supported linkers (#2353)
>   - Platform refactoring towards hybrid GPU support (#2358, #2378, #2407)
>   - Implement wlr_screencopy_unstable_v1 for screenshots (#2383)
>   - Refactor out mf::MirDisplay (#2406)
> - Bugs fixed:
>   - Synchronize buffer swaps to video frame in egl spinner (Fixes #2154)
>   - Do not give menus keyboard focus (Fixes #2324)
>   - Refactor Wayland keyboard input (Fixes #2331)
>   - Further simplify and correct keyboard focus setting (Fixes #2338)
>   - wl_pointer: do not send events when not compatible (Fixes #2341)
>   - Kill clients with error instead of sending unsupported (Fixes #2343)
>   - Initialize sig_handler_desc.sa_mask (#2386)
>   - Fix ThreadedDispatcherSignalTest.keeps_dispatching... (Fixes #2377)

Co-authored-by: Michał Sawicz <michal@sawicz.net>
Co-authored-by: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants