gh-128515: Add BOLT build to CI by zanieb · Pull Request #128845 · python/cpython · GitHub

github.com

Tin mới

GitHub CopilotWrite better code with AI

GitHub Copilot appDirect agents from issue to merge

ActionsAutomate any workflow

CodespacesInstant dev environments

IssuesPlan and track work

Code ReviewManage code changes

Code QualityEnforce quality at merge

GitHub Advanced SecurityFind and fix vulnerabilities

Code securitySecure your code as you build

Secret protectionStop leaks before they start

View all use cases

Financial services

View all industries

Software Development

GitHub SponsorsFund open source developers

Copilot for BusinessEnterprise-grade AI features

Premium SupportEnterprise-grade 24/7 support

Pull requests 2.6k

Security and quality 0

BOLT optimizations fail on Linux aarch64 #128884

perf trampoline tests fail after BOLT optimizations #128883

Test BOLT builds in CI #128515

Add BOLT support to reusable Ubuntu workflow

Add BOLT to build matrix

Install Clang Copied from the JIT workflow

Skip BOLT CI on aarch64

Ignore test_unpickle_module_race during BOLT profiling

Skip perf trampoline tests when BOLT instrumented

View reviewed changes

Learn more about hiding disruptive comments

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

https://github.com/python/cpython/actions/runs/12776586124/job/35615597427

I think it's fine to remove the test from the optimization suite. It seems likely for there to be some problems here due to the read-only setup. It's known that the tests require a writeable source directory

cpython/.github/workflows/reusable-ubuntu.yml

Move bolt flags into alphabetical order

Merge branch 'main' into zb/bolt

View reviewed changes

: Add BOLT build to CI (