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

[Github] Build PGO optimized toolchain in container #80096

Merged
merged 1 commit into from
Jan 31, 2024

Commits on Jan 31, 2024

  1. [Github] Build PGO optimized toolchain in container

    This patch adjusts the Docker container intended for CI use to contain a
    PGO+ThinLTO+BOLT optimized clang. The toolchain is built within a Github
    action and takes ~3.5 hours. No caching is utilized. The current PGO
    optimization is fairly minimal, only running clang over hello world.
    This can be adjusted as needed.
    boomanaiden154 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    da2b450 View commit details
    Browse the repository at this point in the history