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: Bump Alpine image to v3.21 #4862

Merged
merged 4 commits into from
Mar 4, 2025
Merged

Conversation

kinke
Copy link
Member

@kinke kinke commented Mar 3, 2025

Incl. enabling C++ LTO for the compiler, as well as PGO (although I'm not sure PGO really works; >1k warnings wrt. changed function control flows... edit: oh well, looks like those are for the ldc2-unittest object file only).

kinke added 2 commits March 3, 2025 23:31
…cmake_flags

To reduce duplication, and to have a sane set of flags for the PGO-
instrumented build.
@kinke kinke force-pushed the bump_alpine branch 2 times, most recently from bf49175 to 54b589e Compare March 3, 2025 23:57
@kinke kinke marked this pull request as ready for review March 4, 2025 01:11
@@ -9,7 +9,7 @@
/*
TEST_OUTPUT:
----
$r:.+_D7imports9pkgmod3133mod3barFZv.*$
$r:.+(_D7imports9pkgmod3133mod3barFZv|imports\.pkgmod313\.mod\.bar).*$
Copy link
Contributor

Choose a reason for hiding this comment

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

Note that I fixed this upstream differently: https://github.com/dlang/dmd/pull/16833/files

Copy link
Member Author

Choose a reason for hiding this comment

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

Oh wow - I'm having a hard time understanding why this works on Windows, link.exe surely has no --no-demangle option.

@kinke kinke merged commit 43b7f59 into ldc-developers:master Mar 4, 2025
20 checks passed
@kinke kinke deleted the bump_alpine branch March 4, 2025 23:37
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.

2 participants