-
Notifications
You must be signed in to change notification settings - Fork 6
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
Version 1.16.0: ada 3.0.0 #101
base: main
Are you sure you want to change the base?
Conversation
I went through this same process yesterday, debugging actions kinda sucks. Have you seen https://github.com/nektos/act? |
@jameshilliard - you were very helpful on debugging the |
Have you tried actually installing gcc-12 using sudo apt install gcc-12? |
Hmm, pretty sure the |
Yes but if gcc-12 is not installed then g++-12 will not be available. |
Actually the error message agrees with me
|
Install it using github actions then? |
Tried installing it here... |
Hmm, might be a cibuildwheel limitation:
|
More on that theory: pypa/cibuildwheel#984 (reply in thread) |
Debugging on a phone so bear with me - This isn't quite doing anything. The manylinux wheels build inside a container cibuildwheel sets up, and so anything you install on the host like this won't do anything. There's a CIBW_ envvar to provide commands to run inside the container before they run |
FYI, I just released v3.0.1 with a fix addressing a LLVM bug. |
This PR upgrades to the latest version of
ada
, 3.0.0.