Skip to content

aarch64-apple-darwin/clang JIT CI is broken #126464

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

Closed
brandtbucher opened this issue Nov 6, 2024 · 3 comments
Closed

aarch64-apple-darwin/clang JIT CI is broken #126464

brandtbucher opened this issue Nov 6, 2024 · 3 comments
Labels
3.14 bugs and security fixes infra CI, GitHub Actions, buildbots, Dependabot, etc. topic-JIT

Comments

@brandtbucher
Copy link
Member

brandtbucher commented Nov 6, 2024

This it seems that this started happening a bit after LLVM 19.1.3 was released. Failures look like this:

https://github.com/python/cpython/actions/runs/11686618553/job/32543252335#step:6:1233

For some reason, assert.h can't be found. So it appears that something about the LLVM install is broken.

For now, we'll start by skipping the jobs.

Linked PRs

@brandtbucher brandtbucher added 3.14 bugs and security fixes topic-JIT infra CI, GitHub Actions, buildbots, Dependabot, etc. labels Nov 6, 2024
corona10 pushed a commit that referenced this issue Nov 6, 2024
…-126465)

* Temporarily disable aarch64-apple-darwin JIT CI jobs

* Also up here
@alonme
Copy link
Contributor

alonme commented Nov 6, 2024

This actually happened to me while i tried to set up a local environment on my mac.
I tried several stuff but i think that running softwareupdate -i "Command Line Tools for Xcode-16.1" solved the issue.
will open a PR

@savannahostrowski
Copy link
Member

I'll self-assign and take a look at this tonight, but also happy to review anyone's PR if someone figures it out before I do.

@alonme
Copy link
Contributor

alonme commented Nov 7, 2024

Hey @savannahostrowski - please take a look at #126494, seems to have fixed the issue (some jobs are still running, but the aarch64-apple-darwin have completed successfully)

@savannahostrowski savannahostrowski removed their assignment Nov 7, 2024
picnixz pushed a commit to picnixz/cpython that referenced this issue Dec 8, 2024
…bs (pythongh-126465)

* Temporarily disable aarch64-apple-darwin JIT CI jobs

* Also up here
picnixz pushed a commit to picnixz/cpython that referenced this issue Dec 8, 2024
ebonnal pushed a commit to ebonnal/cpython that referenced this issue Jan 12, 2025
…bs (pythongh-126465)

* Temporarily disable aarch64-apple-darwin JIT CI jobs

* Also up here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.14 bugs and security fixes infra CI, GitHub Actions, buildbots, Dependabot, etc. topic-JIT
Projects
None yet
Development

No branches or pull requests

3 participants