linux x86_64 and macos-14 aarch64 builds failing #329
Unanswered
RemingtonRohel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a repo that builds for most of my runners except linux x86_64 and macos-14. I can build locally on my computer using maturin (linux x86_64), but using the github action it is not working and not reporting enough logging for me to debug on my own. I set
RUST_LOG="debug"
andRUST_BACKTRACE=full
as repository variables in github, but they didn't change the reported information for these errors.linux x86_64 Error
macos-14 aarch64 error
I encountered this error both before and after modifying pyproject.toml according to this from pyo3 #2995.
EDIT: I realize this error is stemming from compiling the
dmap
dependency, which I also maintain. However, the most recent run fordmap
was 4 months ago and had no issues with macos-14. Maybe I need to modify the pyproject.toml for that repo?Relevant files
The github action:
Cargo.toml:
pyproject.toml:
Beta Was this translation helpful? Give feedback.
All reactions